Home
last modified time | relevance | path

Searched refs:AI_ALL (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/sendmail/libmilter/
H A Dsm_gethost.c38 # ifndef AI_ALL
39 # define AI_ALL 0 /* dummy */ macro
/freebsd/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/contrib/tnftp/
H A Dtnftp.h284 #undef AI_ALL
285 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
/freebsd/contrib/netbsd-tests/include/
H A Dt_netdb.c95 #ifdef AI_ALL in ATF_TC_BODY()
/freebsd/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
/freebsd/contrib/libevent/include/event2/
H A Dutil.h783 #if defined(AI_ALL) && defined(EVENT__HAVE_GETADDRINFO)
784 #define EVUTIL_AI_ALL AI_ALL
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c476 switch (pai->ai_flags & (AI_ALL | AI_V4MAPPED)) { in getaddrinfo()
478 case AI_ALL | AI_V4MAPPED: in getaddrinfo()
481 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED); in getaddrinfo()
484 case AI_ALL: in getaddrinfo()
485 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED); in getaddrinfo()
2358 (pai->ai_flags & (AI_ALL | AI_V4MAPPED)) != AI_V4MAPPED) { in _dns_getaddrinfo()
2507 (pai->ai_flags & (AI_ALL | AI_V4MAPPED)) == AI_V4MAPPED) { in _files_getaddrinfo()
2659 (ai == NULL || (pai->ai_flags & AI_ALL) == AI_ALL))) { in _yp_getaddrinfo()
H A Dname6.c289 if (af == AF_INET6 && ((flags & AI_ALL) || hp == NULL) && in getipnodebyname()
/freebsd/lib/libc/tests/nss/
H A Dgethostby_test.c1256 ipnode_flags = AI_V4MAPPED_CFG | AI_ALL; in ATF_TC_BODY()
1291 ipnode_flags = AI_V4MAPPED_CFG | AI_ALL; in ATF_TC_BODY()
1392 ipnode_flags = AI_V4MAPPED_CFG | AI_ALL; in ATF_TC_BODY()
1430 ipnode_flags = AI_V4MAPPED_CFG | AI_ALL; in ATF_TC_BODY()
/freebsd/contrib/ntp/sntp/libevent/
H A Devutil.c1135 #ifndef AI_ALL
1159 #ifdef AI_ALL
1160 AI_ALL |
/freebsd/contrib/libevent/
H A Devutil.c1135 #ifndef AI_ALL
1159 #ifdef AI_ALL
1160 AI_ALL |
/freebsd/contrib/sendmail/src/
H A Dconf.c4294 # ifndef AI_ALL
4295 # define AI_ALL 0 /* dummy */ macro
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION198 * The AI_ALL and AI_V4MAPPED flags are not supported.