Home
last modified time | relevance | path

Searched refs:IN6P_AUTOFLOWLABEL (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py170 IN6P_AUTOFLOWLABEL = 0x800000 variable
H A Dnet.py1482 if (pcb.inp_flags & IN6P_AUTOFLOWLABEL):
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h822 #define IN6P_AUTOFLOWLABEL 0x00800000 /* attach flowlabel automatically */ macro
842 (IN6P_HOPOPTS|IN6P_DSTOPTS|IN6P_RTHDR|IN6P_AUTOFLOWLABEL)
H A Dtcp_usrreq.c1718 if (inp->inp_flow == 0 && inp->in6p_flags & IN6P_AUTOFLOWLABEL) { in tcp6_connect()
H A Din_pcb.c733 inp->inp_flags |= IN6P_AUTOFLOWLABEL; in in_pcballoc()
H A Dtcp_input.c2707 inp->in6p_flags & IN6P_AUTOFLOWLABEL) { in tcp_setup_server_socket()
/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_output.c422 if (in6p->inp_flow == 0 && in6p->in6p_flags & IN6P_AUTOFLOWLABEL) { in udp6_output()
H A Dudp6_usrreq.c1054 inp->in6p_flags & IN6P_AUTOFLOWLABEL) { in udp6_connect()
H A Draw_ip6.c549 if (in6p->inp_flow == 0 && in6p->in6p_flags & IN6P_AUTOFLOWLABEL) { in rip6_output()
H A Dip6_output.c2663 OPTSET(IN6P_AUTOFLOWLABEL); in ip6_ctloutput()
2997 optval = OPTBIT(IN6P_AUTOFLOWLABEL); in ip6_ctloutput()