Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDip_output.c1083 OPTSET(INP_DONTFRAG); in ip_ctloutput()
1279 optval = OPTBIT(INP_DONTFRAG); in ip_ctloutput()
HDin_pcb.h574 #define INP_DONTFRAG 0x00000800 /* don't fragment packet */ macro
HDraw_ip.c457 if (inp->inp_flags & INP_DONTFRAG) in rip_output()
HDudp_usrreq.c1415 if (inp->inp_flags & INP_DONTFRAG) { in udp_output()
HDin_pcb.c2727 if (inp_flags & INP_DONTFRAG) { in db_print_inpflags()