Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py173 IN6P_MTU = 0x04000000 variable
H A Dnet.py1488 if (pcb.inp_flags & IN6P_MTU):
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h829 #define IN6P_MTU 0x04000000 /* receive path MTU for IPv6 */ macro
839 IN6P_RTHDR|IN6P_RTHDRDSTOPTS|IN6P_TCLASS|IN6P_RFC2292|IN6P_MTU)
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c2633 OPTSET(IN6P_MTU); in ip6_ctloutput()
2973 optval = OPTBIT(IN6P_MTU); in ip6_ctloutput()
H A Dip6_input.c2143 if ((in6p->inp_flags & IN6P_MTU) == 0) { in ip6_notify_pmtu()