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

/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) */ macro
/macosx-10.10.1/rsync-45/rsync/lib/
H A Daddrinfo.h72 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
H A Dgetaddrinfo.c39 * - PF_UNSPEC case would be handled in getipnodebyname() with the AI_ALL flag.
543 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dnetdb.h117 #undef AI_ALL macro
122 #define AI_ALL 0x00000010 macro
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dnetdb.h117 #undef AI_ALL macro
122 #define AI_ALL 0x00000010 macro
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Daddrinfo.h53 #undef AI_ALL macro
106 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
H A Dgetaddrinfo.c38 * - PF_UNSPEC case would be handled in getipnodebyname() with the AI_ALL flag.
588 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dgxbn_test.c72 he = getipnodebyname(argv[1], AF_INET6, AI_DEFAULT|AI_ALL,
/macosx-10.10.1/bind9-45.101/bind9/lib/irs/include/irs/
H A Dnetdb.h.in126 #undef AI_ALL
131 #define AI_ALL 0x00000010
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/
H A Daddrinfo.h64 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
/macosx-10.10.1/tcpdump-61/tcpdump/missing/
H A Daddrinfo.h64 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h124 #undef AI_ALL macro
129 #define AI_ALL 0x00000010 macro
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dnetdb.h222 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ 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)))
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);
1095 /* unset AI_ALL unless family is AF_INET6 and AI_V4MAPPED is set */
1096 flags &= ~AI_ALL;
1549 if (flags & AI_ALL)
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dtnftp.h286 #undef AI_ALL macro
287 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
/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)) {
340 case AI_ALL | AI_V4MAPPED:
343 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED);
346 case AI_ALL:
351 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED);
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/include/lwres/
H A Dnetdb.h.in123 #undef AI_ALL
128 #define AI_ALL 0x00000010
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/lwresd/
H A Dlwtest.c326 flags |= AI_ALL;
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/
H A Dgetipnode.c67 * \li #AI_ALL:
190 * AI_ALL + AI_V4MAPPED + AF_INET6
299 (he1 == NULL || (flags & AI_ALL) != 0)))) {

Completed in 601 milliseconds