Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_output.c1290 OPTSET(INP_DONTFRAG); in ip_ctloutput()
1514 optval = OPTBIT(INP_DONTFRAG); in ip_ctloutput()
H A Din_pcb.h702 #define INP_DONTFRAG 0x00000800 /* don't fragment packet */ macro
H A Draw_ip.c482 if (inp->inp_flags & INP_DONTFRAG) in rip_output()
H A Dudp_usrreq.c1433 if (inp->inp_flags & INP_DONTFRAG) { in udp_output()
H A Din_pcb.c3178 if (inp_flags & INP_DONTFRAG) { in db_print_inpflags()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h702 #define INP_DONTFRAG 0x00000800 /* don't fragment packet */ macro