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

/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py111 IN6P_MTU = 0x04000000 variable
H A Dnet.py1546 if (pcb.inp_flags & IN6P_MTU):
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h627 #define IN6P_MTU 0x04000000 /* receive path MTU */ macro
637 IN6P_RTHDR|IN6P_RTHDRDSTOPTS|IN6P_TCLASS|IN6P_RFC2292|IN6P_MTU)
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6_pcb.c874 if (cmd == PRC_MSGSIZE && (inp->inp_flags & IN6P_MTU) != 0 &&
H A Dip6_output.c2234 OPTSET(IN6P_MTU);
2549 optval = OPTBIT(IN6P_MTU);

Completed in 172 milliseconds