Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_var.h180 #define IP_NODEFAULTFLOWID 0x40 /* Don't set the flowid from inp */ macro
H A Draw_ip.c480 flags |= IP_NODEFAULTFLOWID; in rip_send()
533 flags |= IP_NODEFAULTFLOWID; in rip_send()
H A Dip_output.c340 if ((flags & IP_NODEFAULTFLOWID) == 0) { in ip_output()
H A Dudp_usrreq.c1471 ipflags |= IP_NODEFAULTFLOWID; in udp_send()
/freebsd/sys/netinet6/
H A Dudp6_usrreq.c931 flags |= IP_NODEFAULTFLOWID; in udp6_send()
H A Dip6_output.c439 if ((flags & IP_NODEFAULTFLOWID) == 0) { in ip6_output()