Home
last modified time | relevance | path

Searched refs:IN6P_PKTINFO (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py163 IN6P_PKTINFO = 0x010000 variable
H A Dnet.py1468 if (pcb.inp_flags & IN6P_PKTINFO):
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h814 #define IN6P_PKTINFO 0x00010000 /* receive IP6 dst and I/F */ macro
838 INP_PKTINFO|IN6P_PKTINFO|IN6P_HOPLIMIT|IN6P_HOPOPTS|IN6P_DSTOPTS| \
H A Dflow_divert.c2858 ((inp->inp_flags & IN6P_PKTINFO) || need_recvdstaddr)) { in flow_divert_create_control_mbuf()
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c2558 OPTSET(IN6P_PKTINFO); in ip6_ctloutput()
2725 OPTSET2292(IN6P_PKTINFO); in ip6_ctloutput()
2961 optval = OPTBIT(IN6P_PKTINFO); in ip6_ctloutput()
3053 optval = OPTBIT(IN6P_PKTINFO); in ip6_ctloutput()
H A Dip6_input.c1896 if ((inp->inp_flags & IN6P_PKTINFO) != 0 || SOFLOW_ENABLED(inp->inp_socket)) { in ip6_savecontrol_v4()
1917 if ((inp->inp_flags & IN6P_PKTINFO) != 0 || SOFLOW_ENABLED(inp->inp_socket)) { in ip6_savecontrol_v4()
/xnu-12377.41.6/bsd/kern/
H A Duipc_syscalls.c2040 want_pktinfo = (inp->inp_flags & IN6P_PKTINFO) != 0; in copyout_control()
2100 !(inp->inp_flags & IN6P_PKTINFO)))) { in copyout_control()