Home
last modified time | relevance | path

Searched refs:ipflags (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dudp_usrreq.c1102 int ipflags = 0; in udp_send() local
1385 ipflags |= IP_ROUTETOIF; in udp_send()
1387 ipflags |= IP_ALLOWBROADCAST; in udp_send()
1389 ipflags |= IP_SENDONES; in udp_send()
1460 ipflags |= IP_NODEFAULTFLOWID; in udp_send()
1468 use_cached_route ? &inp->inp_route : NULL, ipflags, in udp_send()