Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py164 IN6P_HOPLIMIT = 0x020000 variable
H A Dnet.py1470 if (pcb.inp_flags & IN6P_HOPLIMIT):
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h815 #define IN6P_HOPLIMIT 0x00020000 /* receive hoplimit */ macro
838 INP_PKTINFO|IN6P_PKTINFO|IN6P_HOPLIMIT|IN6P_HOPOPTS|IN6P_DSTOPTS| \
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c2582 OPTSET(IN6P_HOPLIMIT); in ip6_ctloutput()
2728 OPTSET2292(IN6P_HOPLIMIT); in ip6_ctloutput()
2965 optval = OPTBIT(IN6P_HOPLIMIT); in ip6_ctloutput()
3056 optval = OPTBIT(IN6P_HOPLIMIT); in ip6_ctloutput()
H A Dip6_input.c1934 if ((inp->inp_flags & IN6P_HOPLIMIT) != 0) { in ip6_savecontrol_v4()