Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_output.c1229 OPTSET(INP_DONTFRAG); in ip_ctloutput()
1440 optval = OPTBIT(INP_DONTFRAG); in ip_ctloutput()
H A Din_pcb.h556 #define INP_DONTFRAG 0x00000800 /* don't fragment packet */ macro
H A Draw_ip.c464 if (inp->inp_flags & INP_DONTFRAG) in rip_send()
H A Dudp_usrreq.c1435 if (inp->inp_flags & INP_DONTFRAG) in udp_send()
H A Din_pcb.c3052 if (inp_flags & INP_DONTFRAG) { in db_print_inpflags()