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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h582 #define IN6P_AUTOFLOWLABEL 0x800000 /* attach flowlabel automatically */ macro
603 IN6P_TCLASS|IN6P_AUTOFLOWLABEL)
H A Din_pcb.c337 inp->inp_flags |= IN6P_AUTOFLOWLABEL;
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c546 if (inp->in6p_flags & IN6P_AUTOFLOWLABEL)
H A Dip6_output.c2056 OPTSET(IN6P_AUTOFLOWLABEL);
2367 optval = OPTBIT(IN6P_AUTOFLOWLABEL);

Completed in 103 milliseconds