Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dip_output.c1054 OPTSET(INP_DONTFRAG); in ip_ctloutput()
1225 optval = OPTBIT(INP_DONTFRAG); in ip_ctloutput()
Din_pcb.h563 #define INP_DONTFRAG 0x00000800 /* don't fragment packet */ macro
Draw_ip.c449 if (inp->inp_flags & INP_DONTFRAG) in rip_output()
Dudp_usrreq.c1362 if (inp->inp_flags & INP_DONTFRAG) { in udp_output()
Din_pcb.c2354 if (inp_flags & INP_DONTFRAG) { in db_print_inpflags()