Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_output.c310 if ((in6p->in6p_flags & IN6P_IPV6_V6ONLY)) { in udp6_output()
400 if ((in6p->in6p_flags & IN6P_IPV6_V6ONLY)) { in udp6_output()
422 if (in6p->inp_flow == 0 && in6p->in6p_flags & IN6P_AUTOFLOWLABEL) { in udp6_output()
H A Dudp6_usrreq.c213 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 || in udp6_append()
647 if ((in6p->in6p_flags & INP_CONTROLOPTS) != 0 || in udp6_input()
1054 inp->in6p_flags & IN6P_AUTOFLOWLABEL) { in udp6_connect()
H A Draw_ip6.c220 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 || in rip6_input()
261 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 || in rip6_input()
549 if (in6p->inp_flow == 0 && in6p->in6p_flags & IN6P_AUTOFLOWLABEL) { in rip6_output()
H A Din6.c4342 if (in6p->in6p_flags & INP_BOUND_IF) { in in6_getconninfo()
4345 if (!(in6p->in6p_flags & INP_IN6ADDR_ANY)) { in in6_getconninfo()
4348 if (!(in6p->in6p_flags & INP_ANONPORT)) { in in6_getconninfo()
H A Dicmp6.c2183 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 || in icmp6_rip6_input()
2208 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 || in icmp6_rip6_input()
H A Din6_pcb.c801 inp->in6p_flags |= INP_IN6ADDR_ANY; in in6_pcbconnect()
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h608 #define in6p_flags inp_flags macro
H A Dtcp_usrreq.c1701 inp->in6p_flags |= INP_IN6ADDR_ANY; in tcp6_connect()
1718 if (inp->inp_flow == 0 && inp->in6p_flags & IN6P_AUTOFLOWLABEL) { in tcp6_connect()
H A Dtcp_input.c2707 inp->in6p_flags & IN6P_AUTOFLOWLABEL) { in tcp_setup_server_socket()