Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/lib/isc/win32/
Dnetdb.h117 #undef AI_ALL
122 #define AI_ALL 0x00000010 macro
/freebsd-10-stable/contrib/sendmail/libmilter/
Dsm_gethost.c38 # ifndef AI_ALL
39 # define AI_ALL 0 /* dummy */ macro
/freebsd-10-stable/include/
Dnetdb.h182 AI_ADDRCONFIG | AI_ALL | AI_V4MAPPED)
184 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
/freebsd-10-stable/contrib/tnftp/
Dtnftp.h284 #undef AI_ALL
285 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
/freebsd-10-stable/contrib/tcpdump/missing/
Daddrinfo.h64 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
/freebsd-10-stable/contrib/netbsd-tests/include/
Dt_netdb.c95 #ifdef AI_ALL in ATF_TC_BODY()
/freebsd-10-stable/contrib/ntp/sntp/libevent/include/event2/
Dutil.h734 #if defined(AI_ALL) && defined(EVENT__HAVE_GETADDRINFO)
735 #define EVUTIL_AI_ALL AI_ALL
/freebsd-10-stable/lib/libc/net/
Dgetaddrinfo.c460 switch (pai->ai_flags & (AI_ALL | AI_V4MAPPED)) { in getaddrinfo()
462 case AI_ALL | AI_V4MAPPED: in getaddrinfo()
465 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED); in getaddrinfo()
468 case AI_ALL: in getaddrinfo()
469 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED); in getaddrinfo()
2357 (pai->ai_flags & (AI_ALL | AI_V4MAPPED)) != AI_V4MAPPED) { in _dns_getaddrinfo()
2505 (pai->ai_flags & (AI_ALL | AI_V4MAPPED)) == AI_V4MAPPED) { in _files_getaddrinfo()
2657 (ai == NULL || (pai->ai_flags & AI_ALL) == AI_ALL))) { in _yp_getaddrinfo()
Dname6.c291 if (af == AF_INET6 && ((flags & AI_ALL) || hp == NULL) && in getipnodebyname()
/freebsd-10-stable/lib/libc/tests/nss/
Dgethostby_test.c1259 ipnode_flags = AI_V4MAPPED_CFG | AI_ALL; in ATF_TC_BODY()
1294 ipnode_flags = AI_V4MAPPED_CFG | AI_ALL; in ATF_TC_BODY()
1395 ipnode_flags = AI_V4MAPPED_CFG | AI_ALL; in ATF_TC_BODY()
1433 ipnode_flags = AI_V4MAPPED_CFG | AI_ALL; in ATF_TC_BODY()
/freebsd-10-stable/contrib/ntp/sntp/libevent/
Devutil.c1097 #ifndef AI_ALL
1121 #ifdef AI_ALL
1122 AI_ALL |
/freebsd-10-stable/tools/regression/lib/libc/nss/
Dtest-gethostby.c957 ipnode_flags |= AI_ALL; in main()
/freebsd-10-stable/contrib/apr/network_io/unix/
Dsockaddr.c334 hints.ai_flags |= AI_ALL;
/freebsd-10-stable/contrib/sendmail/src/
Dconf.c4224 # ifndef AI_ALL
4225 # define AI_ALL 0 /* dummy */ macro
/freebsd-10-stable/share/doc/IPv6/
DIMPLEMENTATION199 * The AI_ALL and AI_V4MAPPED flags are not supported.