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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dudp6_output.c228 if ((in6p->in6p_flags & IN6P_IPV6_V6ONLY)) {
273 if ((in6p->in6p_flags & IN6P_IPV6_V6ONLY)) {
296 if (in6p->inp_flow == 0 && in6p->in6p_flags & IN6P_AUTOFLOWLABEL) {
H A Draw_ip6.c204 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 ||
238 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 ||
409 if (in6p->inp_flow == 0 && in6p->in6p_flags & IN6P_AUTOFLOWLABEL) {
H A Dudp6_usrreq.c218 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 ||
540 if ((in6p->in6p_flags & INP_CONTROLOPTS) != 0 ||
778 inp->in6p_flags & IN6P_AUTOFLOWLABEL) {
H A Din6_pcb.c549 inp->in6p_flags |= INP_IN6ADDR_ANY;
H A Dicmp6.c2071 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 ||
2096 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 ||
H A Din6.c4004 if (in6p->in6p_flags & INP_BOUND_IF)
4006 if (!(in6p->in6p_flags & INP_IN6ADDR_ANY))
4008 if (!(in6p->in6p_flags & INP_ANONPORT))
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.h484 #define in6p_flags inp_flags macro
H A Dtcp_usrreq.c1396 inp->in6p_flags |= INP_IN6ADDR_ANY;
1408 if (inp->inp_flow == 0 && inp->in6p_flags & IN6P_AUTOFLOWLABEL) {
H A Dtcp_input.c2832 inp->in6p_flags & IN6P_AUTOFLOWLABEL) {

Completed in 218 milliseconds