OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AI_V4MAPPED
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/mpl/dhcp/bind/include/irs/
netdb.h
102
#undef
AI_V4MAPPED
107
#define
AI_V4MAPPED
0x00000008
110
#define AI_DEFAULT (
AI_V4MAPPED
|AI_ADDRCONFIG)
/src/external/gpl2/xcvs/dist/lib/
getaddrinfo.h
47
# define
AI_V4MAPPED
0x0008 /* IPv4 mapped addresses are acceptable. */
/src/external/mpl/dhcp/bind/dist/lib/irs/include/irs/
netdb.h.in
102
#undef
AI_V4MAPPED
107
#define
AI_V4MAPPED
0x00000008
110
#define AI_DEFAULT (
AI_V4MAPPED
|AI_ADDRCONFIG)
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
netdb.d
99
AI_V4MAPPED
208
enum
AI_V4MAPPED
= 0x8;
292
enum
AI_V4MAPPED
= 0x800;
376
enum
AI_V4MAPPED
= 0x800;
482
enum
AI_V4MAPPED
= 0x800;
570
enum
AI_V4MAPPED
= 0; // Not supported
685
enum
AI_V4MAPPED
= 0x800;
761
enum
AI_V4MAPPED
= 0x0001;
846
enum
AI_V4MAPPED
= 0x800;
921
AI_V4MAPPED
= 0x8
[
all
...]
/src/external/gpl3/gdb/dist/gnulib/import/
netdb.in.h
102
# ifndef
AI_V4MAPPED
103
# define
AI_V4MAPPED
0 /* 0x0008: IPv4 mapped addresses are acceptable. */
/src/external/gpl3/gdb.old/dist/gnulib/import/
netdb.in.h
102
# ifndef
AI_V4MAPPED
103
# define
AI_V4MAPPED
0 /* 0x0008: IPv4 mapped addresses are acceptable. */
/src/tests/include/
t_netdb.c
87
#ifdef
AI_V4MAPPED
91
atf_tc_fail_nonfatal("
AI_V4MAPPED
not defined");
/src/external/bsd/libbind/dist/include/
netdb.h
238
#define
AI_V4MAPPED
0x00000008
241
#define AI_DEFAULT (
AI_V4MAPPED
|AI_ADDRCONFIG)
/src/external/bsd/libbind/dist/irs/
getaddrinfo.c
402
* post-2553: AI_ALL and
AI_V4MAPPED
are effective only against
406
switch (pai->ai_flags & (AI_ALL |
AI_V4MAPPED
)) {
407
case
AI_V4MAPPED
:
408
case AI_ALL |
AI_V4MAPPED
:
410
pai->ai_flags &= ~(AI_ALL |
AI_V4MAPPED
);
417
pai->ai_flags &= ~(AI_ALL |
AI_V4MAPPED
);
gethostent.c
245
*
AI_V4MAPPED
+ AF_INET6
248
* AI_ALL +
AI_V4MAPPED
+ AF_INET6
285
if ((af == AF_INET6 && (flags &
AI_V4MAPPED
) == 0 && v4 == 1) ||
329
(af == AF_INET6 && (flags &
AI_V4MAPPED
) != 0 &&
/src/external/bsd/libevent/dist/include/event2/
util.h
780
#if defined(
AI_V4MAPPED
) && defined(EVENT__HAVE_GETADDRINFO)
781
#define EVUTIL_AI_V4MAPPED
AI_V4MAPPED
805
* - The
AI_V4MAPPED
and AI_ALL flags are not currently implemented.
/src/external/bsd/ntp/dist/sntp/libevent/include/event2/
util.h
780
#if defined(
AI_V4MAPPED
) && defined(EVENT__HAVE_GETADDRINFO)
781
#define EVUTIL_AI_V4MAPPED
AI_V4MAPPED
805
* - The
AI_V4MAPPED
and AI_ALL flags are not currently implemented.
/src/external/bsd/libevent/dist/
evutil.c
1142
#ifndef
AI_V4MAPPED
1166
#ifdef
AI_V4MAPPED
1167
AI_V4MAPPED
|
/src/external/bsd/ntp/dist/sntp/libevent/
evutil.c
1140
#ifndef
AI_V4MAPPED
1164
#ifdef
AI_V4MAPPED
1165
AI_V4MAPPED
|
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
885
BooleanOption( 0 , "flag-v4mapped", &gGAIPOSIXFlag_V4Mapped, "In hints ai_flags field, set
AI_V4MAPPED
." ),
5776
CaseFlagStringify(
AI_V4MAPPED
),
5821
if( gGAIPOSIXFlag_V4Mapped ) hints.ai_flags |=
AI_V4MAPPED
;
[
all
...]
Completed in 71 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026