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

/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h116 #undef AI_V4MAPPED macro
121 #define AI_V4MAPPED 0x00000008 macro
124 #define AI_DEFAULT (AI_V4MAPPED|AI_ADDRCONFIG)
/freebsd-10-stable/contrib/tcpdump/missing/
H A Daddrinfo.h64 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
67 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ macro
/freebsd-10-stable/include/
H A Dnetdb.h182 AI_ADDRCONFIG | AI_ALL | AI_V4MAPPED)
184 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
187 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ macro
/freebsd-10-stable/contrib/netbsd-tests/include/
H A Dt_netdb.c87 #ifdef AI_V4MAPPED
91 atf_tc_fail_nonfatal("AI_V4MAPPED not defined");
/freebsd-10-stable/lib/libc/net/
H A Dgetaddrinfo.c456 * RFC 3493: AI_ALL and AI_V4MAPPED are effective only against
460 switch (pai->ai_flags & (AI_ALL | AI_V4MAPPED)) {
461 case AI_V4MAPPED:
462 case AI_ALL | AI_V4MAPPED:
465 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED);
469 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED);
1253 (pai->ai_flags & AI_V4MAPPED) != AI_V4MAPPED)
1421 if (afd->a_af == AF_INET && (pai->ai_flags & AI_V4MAPPED) != 0) {
2295 (pai->ai_flags & AI_V4MAPPED)
[all...]
H A Dname6.c143 (((flags) & AI_V4MAPPED) || \
/freebsd-10-stable/contrib/tnftp/
H A Dtnftp.h285 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
290 #undef AI_V4MAPPED macro
291 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ macro
/freebsd-10-stable/lib/libc/tests/nss/
H A Dgethostby_test.c1120 ipnode_flags = AI_V4MAPPED;
1135 ipnode_flags = AI_V4MAPPED;
1192 ipnode_flags = AI_V4MAPPED;
1207 ipnode_flags = AI_V4MAPPED;
1243 ipnode_flags = AI_V4MAPPED;
1274 ipnode_flags = AI_V4MAPPED;
1371 ipnode_flags = AI_V4MAPPED;
1403 ipnode_flags = AI_V4MAPPED;
/freebsd-10-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h729 #if defined(AI_V4MAPPED) && defined(EVENT__HAVE_GETADDRINFO)
730 #define EVUTIL_AI_V4MAPPED AI_V4MAPPED
754 * - The AI_V4MAPPED and AI_ALL flags are not currently implemented.
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Devutil.c1100 #ifndef AI_V4MAPPED
1124 #ifdef AI_V4MAPPED
1125 AI_V4MAPPED |
/freebsd-10-stable/tools/regression/lib/libc/nss/
H A Dtest-gethostby.c951 ipnode_flags |= AI_V4MAPPED;
/freebsd-10-stable/contrib/sendmail/src/
H A Dconf.c4221 # ifndef AI_V4MAPPED
4222 # define AI_V4MAPPED 0 /* dummy */ macro
4223 # endif /* ! AI_V4MAPPED */

Completed in 289 milliseconds