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

/freebsd-current/contrib/sendmail/libmilter/
H A Dsm_gethost.c38 # ifndef AI_ALL
39 # define AI_ALL 0 /* dummy */ macro
129 /* For IPv4-mapped addresses, use: AI_DEFAULT|AI_ALL */
/freebsd-current/include/
H A Dnetdb.h197 AI_ADDRCONFIG | AI_ALL | AI_V4MAPPED)
199 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_netdb.c95 #ifdef AI_ALL
99 atf_tc_fail_nonfatal("AI_ALL not defined");
/freebsd-current/contrib/tnftp/
H A Dtnftp.h284 #undef AI_ALL macro
285 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h783 #if defined(AI_ALL) && defined(EVENT__HAVE_GETADDRINFO)
784 #define EVUTIL_AI_ALL AI_ALL
803 * - The AI_V4MAPPED and AI_ALL flags are not currently implemented.
/freebsd-current/contrib/libevent/include/event2/
H A Dutil.h783 #if defined(AI_ALL) && defined(EVENT__HAVE_GETADDRINFO)
784 #define EVUTIL_AI_ALL AI_ALL
803 * - The AI_V4MAPPED and AI_ALL flags are not currently implemented.
/freebsd-current/lib/libc/net/
H A Dgetaddrinfo.c472 * RFC 3493: AI_ALL and AI_V4MAPPED are effective only against
476 switch (pai->ai_flags & (AI_ALL | AI_V4MAPPED)) {
478 case AI_ALL | AI_V4MAPPED:
481 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED);
484 case AI_ALL:
485 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED);
2358 (pai->ai_flags & (AI_ALL | AI_V4MAPPED)) != AI_V4MAPPED) {
2507 (pai->ai_flags & (AI_ALL | AI_V4MAPPED)) == AI_V4MAPPED) {
2659 (ai == NULL || (pai->ai_flags & AI_ALL) == AI_ALL))) {
[all...]
H A Dname6.c289 if (af == AF_INET6 && ((flags & AI_ALL) || hp == NULL) &&
/freebsd-current/lib/libc/tests/nss/
H A Dgethostby_test.c1256 ipnode_flags = AI_V4MAPPED_CFG | AI_ALL;
1291 ipnode_flags = AI_V4MAPPED_CFG | AI_ALL;
1392 ipnode_flags = AI_V4MAPPED_CFG | AI_ALL;
1430 ipnode_flags = AI_V4MAPPED_CFG | AI_ALL;
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devutil.c1135 #ifndef AI_ALL
1159 #ifdef AI_ALL
1160 AI_ALL |
/freebsd-current/contrib/libevent/
H A Devutil.c1135 #ifndef AI_ALL
1159 #ifdef AI_ALL
1160 AI_ALL |
/freebsd-current/contrib/sendmail/src/
H A Dconf.c4294 # ifndef AI_ALL
4295 # define AI_ALL 0 /* dummy */ macro
4403 /* For IPv4-mapped addresses, use: AI_DEFAULT|AI_ALL */

Completed in 300 milliseconds