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

/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) */
202 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ macro
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_netdb.c87 #ifdef AI_V4MAPPED
91 atf_tc_fail_nonfatal("AI_V4MAPPED not defined");
/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)) {
477 case AI_V4MAPPED:
478 case AI_ALL | AI_V4MAPPED:
481 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED);
485 pai->ai_flags &= ~(AI_ALL | AI_V4MAPPED);
1285 (pai->ai_flags & AI_V4MAPPED) != AI_V4MAPPED)
1413 if (afd->a_af == AF_INET && (pai->ai_flags & AI_V4MAPPED) != 0) {
2294 (pai->ai_flags & AI_V4MAPPED)
[all...]
H A Dname6.c141 (((flags) & AI_V4MAPPED) || \
/freebsd-current/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-current/lib/libc/tests/nss/
H A Dgethostby_test.c1117 ipnode_flags = AI_V4MAPPED;
1132 ipnode_flags = AI_V4MAPPED;
1189 ipnode_flags = AI_V4MAPPED;
1204 ipnode_flags = AI_V4MAPPED;
1240 ipnode_flags = AI_V4MAPPED;
1271 ipnode_flags = AI_V4MAPPED;
1368 ipnode_flags = AI_V4MAPPED;
1400 ipnode_flags = AI_V4MAPPED;
/freebsd-current/tests/sys/netinet/
H A Dip6_v4mapped_test.c257 ai_hint.ai_flags = AI_NUMERICHOST | AI_V4MAPPED;
363 ai_hint.ai_flags = AI_NUMERICHOST | AI_V4MAPPED;
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h778 #if defined(AI_V4MAPPED) && defined(EVENT__HAVE_GETADDRINFO)
779 #define EVUTIL_AI_V4MAPPED AI_V4MAPPED
803 * - The AI_V4MAPPED and AI_ALL flags are not currently implemented.
/freebsd-current/contrib/libevent/include/event2/
H A Dutil.h778 #if defined(AI_V4MAPPED) && defined(EVENT__HAVE_GETADDRINFO)
779 #define EVUTIL_AI_V4MAPPED AI_V4MAPPED
803 * - The AI_V4MAPPED and AI_ALL flags are not currently implemented.
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devutil.c1138 #ifndef AI_V4MAPPED
1162 #ifdef AI_V4MAPPED
1163 AI_V4MAPPED |
/freebsd-current/contrib/libevent/
H A Devutil.c1138 #ifndef AI_V4MAPPED
1162 #ifdef AI_V4MAPPED
1163 AI_V4MAPPED |
/freebsd-current/contrib/sendmail/src/
H A Dconf.c4291 # ifndef AI_V4MAPPED
4292 # define AI_V4MAPPED 0 /* dummy */ macro

Completed in 270 milliseconds