Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h861 #define INP2_DONTFRAG 0x00001000 /* mark the DF bit in the IP header to avoid fra… macro
H A Draw_ip.c540 if (inp->inp_flags2 & INP2_DONTFRAG) { in rip_output()
H A Dip_output.c2482 OPTSET2(INP2_DONTFRAG); in ip_ctloutput()
2747 optval = OPTBIT2(INP2_DONTFRAG); in ip_ctloutput()
H A Dudp_usrreq.c1934 if (inp->inp_flags2 & INP2_DONTFRAG) { in udp_output()
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c2701 OPTSET2(INP2_DONTFRAG); in ip6_ctloutput()