Searched refs:IN6P_IPV6_V6ONLY (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_usrreq.c746 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) {
778 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) {
802 if (ip6_mapped_addr_on || (inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) { /* should be non mapped addr */
879 if (ip6_mapped_addr_on || (inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) {
H A Dudp6_output.c248 if ((in6p->in6p_flags & IN6P_IPV6_V6ONLY)) {
292 if ((in6p->in6p_flags & IN6P_IPV6_V6ONLY)) {
H A Din6_pcb.c307 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0 &&
336 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0 &&
H A Dip6_output.c2045 OPTSET(IN6P_IPV6_V6ONLY);
2347 optval = OPTBIT(IN6P_IPV6_V6ONLY);
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c323 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) {
382 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0)
473 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0)
H A Din_pcb.h572 #define IN6P_IPV6_V6ONLY 0x8000 /* restrict AF_INET6 socket for v6 */ macro
H A Din_pcb.c332 inp->inp_flags |= IN6P_IPV6_V6ONLY;

Completed in 34 milliseconds