Searched refs:AI_V4MAPPED (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dnetdb.h116 #undef AI_V4MAPPED macro
121 #define AI_V4MAPPED 0x00000008 macro
124 #define AI_DEFAULT (AI_V4MAPPED|AI_ADDRCONFIG)
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dnetdb.h116 #undef AI_V4MAPPED macro
121 #define AI_V4MAPPED 0x00000008 macro
124 #define AI_DEFAULT (AI_V4MAPPED|AI_ADDRCONFIG)
/macosx-10.10.1/bind9-45.101/bind9/contrib/queryperf/missing/
H A Daddrinfo.h59 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
62 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ macro
/macosx-10.10.1/rsync-45/rsync/lib/
H A Daddrinfo.h72 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
75 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ macro
H A Dgetaddrinfo.c543 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
/macosx-10.10.1/bind9-45.101/bind9/lib/irs/include/irs/
H A Dnetdb.h.in125 #undef AI_V4MAPPED
130 #define AI_V4MAPPED 0x00000008
133 #define AI_DEFAULT (AI_V4MAPPED|AI_ADDRCONFIG)
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Daddrinfo.h55 #undef AI_V4MAPPED macro
106 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
109 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ macro
H A Dgetaddrinfo.c588 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/
H A Daddrinfo.h64 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
67 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ macro
/macosx-10.10.1/tcpdump-61/tcpdump/missing/
H A Daddrinfo.h64 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
67 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ macro
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h123 #undef AI_V4MAPPED macro
128 #define AI_V4MAPPED 0x00000008 macro
131 #define AI_DEFAULT (AI_V4MAPPED|AI_ADDRCONFIG)
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dnetdb.h222 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
227 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ macro
H A Dsi_getaddrinfo.c525 if ((flags & AI_V4MAPPED) && ((flags & AI_ALL) || (a6 == NULL))) do_map = 1;
627 if (((*family == AF_UNSPEC) || (*family == AF_INET)) || ((*family == AF_INET6) && (flags & AI_V4MAPPED) && (flags & AI_ALL)))
645 * also valid for AF_INET6 with AI_V4MAPPED
662 if (flags & AI_V4MAPPED)
795 if ((flags & AI_V4MAPPED) && ((v6_count == 0) || (flags & AI_ALL))) filter_mapped = 0;
1087 /* check AI_V4MAPPED and AI_ALL */
1090 /* unset AI_V4MAPPED and AI_ALL unless family is AF_INET6 */
1091 flags &= ~(AI_V4MAPPED | AI_ALL);
1093 else if ((flags & AI_V4MAPPED) == 0)
1095 /* unset AI_ALL unless family is AF_INET6 and AI_V4MAPPED i
[all...]
H A Dmdns_module.c538 if ((flags & AI_V4MAPPED) == 0) wantv4 = 0;
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dtnftp.h287 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
292 #undef AI_V4MAPPED macro
293 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ macro
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/include/lwres/
H A Dnetdb.h.in122 #undef AI_V4MAPPED
127 #define AI_V4MAPPED 0x00000008
130 #define AI_DEFAULT (AI_V4MAPPED|AI_ADDRCONFIG)
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dgetaddrinfo.c334 * post-2553: AI_ALL and AI_V4MAPPED are effective only against
338 switch (pai->ai_flags & (AI_ALL | AI_V4MAPPED)) {
339 case AI_V4MAPPED:
340 case AI_ALL | AI_V4MAPPED:
343 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED);
351 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED);
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/
H A Dgetipnode.c63 * \li #AI_V4MAPPED:
69 * addresses (IPv6 and IPv4) to be returned. If #AI_V4MAPPED is
80 * This default sets the #AI_V4MAPPED and #AI_ADDRCONFIG flag bits.
187 * AI_V4MAPPED + AF_INET6
190 * AI_ALL + AI_V4MAPPED + AF_INET6
226 if ((af == AF_INET6 && (flags & AI_V4MAPPED) == 0 && v4 == 1) ||
232 (((flags & AI_V4MAPPED) != 0 && have_v4) ||
233 (flags & AI_V4MAPPED) == 0))) {
298 (af == AF_INET6 && (flags & AI_V4MAPPED) != 0 &&
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/lwresd/
H A Dlwtest.c324 flags |= AI_V4MAPPED;

Completed in 337 milliseconds