Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.h552 #define IN6P_MTU 0x80000000 /* receive path MTU */ macro
559 IN6P_MTU)
H A Din_pcb.c3147 if (inp_flags & IN6P_MTU) { in db_print_inpflags()
/freebsd/sys/netinet6/
H A Dip6_output.c1882 OPTSET(IN6P_MTU); in ip6_ctloutput()
2205 optval = OPTBIT(IN6P_MTU); in ip6_ctloutput()
H A Dip6_input.c1572 if ((inp->inp_flags & IN6P_MTU) == 0 || ( in ip6_notify_pmtu()