Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_var.h168 #define IP_NODEFAULTFLOWID 0x40 /* Don't set the flowid from inp */ macro
/f-stack/freebsd/netinet/
H A Dip_var.h168 #define IP_NODEFAULTFLOWID 0x40 /* Don't set the flowid from inp */ macro
H A Draw_ip.c498 flags |= IP_NODEFAULTFLOWID; in rip_output()
544 flags |= IP_NODEFAULTFLOWID; in rip_output()
H A Dip_output.c347 if ((flags & IP_NODEFAULTFLOWID) == 0) { in ip_output()
H A Dudp_usrreq.c1509 ipflags |= IP_NODEFAULTFLOWID; in udp_output()
/f-stack/freebsd/netinet6/
H A Dudp6_usrreq.c967 flags |= IP_NODEFAULTFLOWID; in udp6_output()
H A Dip6_output.c458 if ((flags & IP_NODEFAULTFLOWID) == 0) { in ip6_output()