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

/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dsm_gethost.c38 # ifndef AI_ALL
39 # define AI_ALL 0 /* dummy */ macro
40 # endif /* ! AI_ALL */
116 /* For IPv4-mapped addresses, use: AI_DEFAULT|AI_ALL */
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dnetdb.h117 #undef AI_ALL macro
122 #define AI_ALL 0x00000010 macro
/freebsd-9.3-release/contrib/bind9/lib/irs/include/irs/
H A Dnetdb.h.in126 #undef AI_ALL
131 #define AI_ALL 0x00000010
/freebsd-9.3-release/contrib/tcpdump/missing/
H A Daddrinfo.h64 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
/freebsd-9.3-release/contrib/lukemftpd/
H A Dlukemftpd.h227 #undef AI_ALL macro
228 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
/freebsd-9.3-release/lib/bind/lwres/lwres/
H A Dnetdb.h125 #undef AI_ALL macro
130 #define AI_ALL 0x00000010 macro
/freebsd-9.3-release/include/
H A Dnetdb.h184 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
/freebsd-9.3-release/contrib/tnftp/
H A Dtnftp.h284 #undef AI_ALL macro
285 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h734 #if defined(AI_ALL) && defined(EVENT__HAVE_GETADDRINFO)
735 #define EVUTIL_AI_ALL AI_ALL
754 * - The AI_V4MAPPED and AI_ALL flags are not currently implemented.
/freebsd-9.3-release/contrib/bind9/lib/lwres/include/lwres/
H A Dnetdb.h.in123 #undef AI_ALL
128 #define AI_ALL 0x00000010
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devutil.c1097 #ifndef AI_ALL
1121 #ifdef AI_ALL
1122 AI_ALL |
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dgetipnode.c67 * \li #AI_ALL:
190 * AI_ALL + AI_V4MAPPED + AF_INET6
299 (he1 == NULL || (flags & AI_ALL) != 0)))) {
/freebsd-9.3-release/lib/libc/net/
H A Dname6.c294 if (af == AF_INET6 && ((flags & AI_ALL) || hp == NULL) &&
/freebsd-9.3-release/tools/regression/lib/libc/nss/
H A Dtest-gethostby.c957 ipnode_flags |= AI_ALL;
/freebsd-9.3-release/contrib/sendmail/src/
H A Dconf.c4220 # ifndef AI_ALL
4221 # define AI_ALL 0 /* dummy */ macro
4222 # endif /* ! AI_ALL */
4325 /* For IPv4-mapped addresses, use: AI_DEFAULT|AI_ALL */

Completed in 184 milliseconds