Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h722 #define IN6P_MTU 0x80000000 /* receive path MTU */ macro
729 IN6P_MTU)
/f-stack/freebsd/netinet/
H A Din_pcb.h722 #define IN6P_MTU 0x80000000 /* receive path MTU */ macro
729 IN6P_MTU)
H A Din_pcb.c3242 if (inp_flags & IN6P_MTU) { in db_print_inpflags()
/f-stack/freebsd/netinet6/
H A Dip6_output.c1893 OPTSET(IN6P_MTU); in ip6_ctloutput()
2234 optval = OPTBIT(IN6P_MTU); in ip6_ctloutput()
H A Dip6_input.c1563 if ((inp->inp_flags & IN6P_MTU) == 0 || ( in ip6_notify_pmtu()