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

/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py108 IN6P_AUTOFLOWLABEL = 0x800000 variable
H A Dnet.py1540 if (pcb.inp_flags & IN6P_AUTOFLOWLABEL):
/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h620 #define IN6P_AUTOFLOWLABEL 0x00800000 /* attach flowlabel automatically */ macro
640 (IN6P_HOPOPTS|IN6P_DSTOPTS|IN6P_RTHDR| IN6P_TCLASS|IN6P_AUTOFLOWLABEL)
H A Dtcp_usrreq.c1349 if (inp->inp_flow == 0 && inp->in6p_flags & IN6P_AUTOFLOWLABEL) {
H A Din_pcb.c570 inp->inp_flags |= IN6P_AUTOFLOWLABEL;
H A Dtcp_input.c2677 inp->in6p_flags & IN6P_AUTOFLOWLABEL) {
/xnu-2422.115.4/bsd/netinet6/
H A Dudp6_output.c294 if (in6p->inp_flow == 0 && in6p->in6p_flags & IN6P_AUTOFLOWLABEL) {
H A Draw_ip6.c408 if (in6p->inp_flow == 0 && in6p->in6p_flags & IN6P_AUTOFLOWLABEL) {
H A Dudp6_usrreq.c773 inp->in6p_flags & IN6P_AUTOFLOWLABEL) {
H A Dip6_output.c2262 OPTSET(IN6P_AUTOFLOWLABEL);
2572 optval = OPTBIT(IN6P_AUTOFLOWLABEL);

Completed in 69 milliseconds