Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py174 INP_PKTINFO = 0x08000000 variable
H A Dnet.py1490 if (pcb.inp_flags & INP_PKTINFO):
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h830 #define INP_PKTINFO 0x08000000 /* rcv and snd PKTINFO for IPv4 */ macro
838 INP_PKTINFO|IN6P_PKTINFO|IN6P_HOPLIMIT|IN6P_HOPOPTS|IN6P_DSTOPTS| \
H A Dip_output.c2469 OPTSET(INP_PKTINFO); in ip_ctloutput()
2740 optval = OPTBIT(INP_PKTINFO); in ip_ctloutput()
H A Dip_input.c3527 if (inp->inp_flags & INP_PKTINFO) { in ip_savecontrol()