Searched refs:in6p_flags (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_output.c248 if ((in6p->in6p_flags & IN6P_IPV6_V6ONLY)) {
292 if ((in6p->in6p_flags & IN6P_IPV6_V6ONLY)) {
H A Din6_pcb.c546 if (inp->in6p_flags & IN6P_AUTOFLOWLABEL)
1073 !(inp->in6p_flags & IN6P_RECV_ANYIF))
1104 !(inp->in6p_flags & IN6P_RECV_ANYIF))
1174 !(inp->in6p_flags & IN6P_RECV_ANYIF))
1205 !(inp->in6p_flags & IN6P_RECV_ANYIF))
H A Dudp6_usrreq.c176 if ((last->in6p_flags & IN6P_CONTROLOPTS) != 0 ||
335 !(in6p->in6p_flags & IN6P_RECV_ANYIF))
537 if ((in6p->in6p_flags & IN6P_CONTROLOPTS) != 0 ||
H A Draw_ip6.c204 if ((last->in6p_flags & IN6P_CONTROLOPTS) != 0 ||
242 if ((last->in6p_flags & IN6P_CONTROLOPTS) != 0 ||
H A Dicmp6.c2108 if ((last->in6p_flags & IN6P_CONTROLOPTS) != 0 ||
2133 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 ||
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h481 #define in6p_flags inp_flags /* for KAME src sync over BSD*'s */ macro

Completed in 29 milliseconds