Home
last modified time | relevance | path

Searched refs:AI_CANONNAME (Results 1 - 25 of 31) sorted by relevance

12

/third_party/python/Modules/
H A Daddrinfo.h78 #undef AI_CANONNAME macro
89 #define AI_CANONNAME 0x00000002 /* fill ai_canonname */ macro
92 #define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
128 int ai_flags; /* AI_PASSIVE, AI_CANONNAME */
H A Dgetaddrinfo.c161 if (pai->ai_flags & AI_CANONNAME) {\
429 pai->ai_flags &= ~AI_CANONNAME; in getaddrinfo()
432 pai->ai_flags &= ~AI_CANONNAME; in getaddrinfo()
438 pai->ai_flags &= ~AI_CANONNAME; in getaddrinfo()
445 if (! (pai->ai_flags & AI_CANONNAME)) { in getaddrinfo()
450 * if AI_CANONNAME and if reverse lookup in getaddrinfo()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetaddrinfo.c243 hint.ai_flags = AI_CANONNAME; in getaddrinfo_1300()
259 hint.ai_flags = AI_CANONNAME; in getaddrinfo_1400()
275 hint.ai_flags = AI_CANONNAME; in getaddrinfo_1500()
/third_party/ffmpeg/libavformat/
H A Dnetwork.h182 #ifndef AI_CANONNAME
183 #define AI_CANONNAME 2 macro
H A Dos_support.c127 if (hints && (hints->ai_flags & AI_CANONNAME)) in ff_getaddrinfo()
/third_party/musl/src/network/
H A Dgethostbyname2_r.c21 cnt = __lookup_name(addrs, canon, name, af, AI_CANONNAME); in gethostbyname2_r()
H A Dgetaddrinfo.c36 const int mask = AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | in getaddrinfo()
/third_party/lwip/src/include/lwip/
H A Dnetdb.h83 #define AI_CANONNAME 0x02 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h28 #define AI_CANONNAME 0x02 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h28 #define AI_CANONNAME 0x02 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h28 #define AI_CANONNAME 0x02 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h28 #define AI_CANONNAME 0x02 macro
/third_party/musl/include/
H A Dnetdb.h45 #define AI_CANONNAME 0x02 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c50 C(AI_CANONNAME) in f()
/third_party/musl/porting/linux/user/src/network/
H A Dgetaddrinfo.c121 const int mask = AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | in getaddrinfo_ext()
/third_party/musl/src/network/linux/
H A Dgetaddrinfo.c136 const int mask = AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | in getaddrinfo_ext()
/third_party/ltp/testcases/network/lib6/
H A Dgetaddrinfo_01.c144 hints.ai_flags = AI_CANONNAME; in check_addrinfo_name()
/third_party/pulseaudio/src/pulse/
H A Dutil.c341 hints.ai_flags = AI_CANONNAME; in pa_get_fqdn()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs560 pub const AI_CANONNAME: ::c_int = 2; consts
/third_party/backends/frontend/
H A Dsaned.c883 hints.ai_flags = AI_CANONNAME; in check_host()
1085 hints.ai_flags = AI_CANONNAME; in check_host()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs464 pub const AI_CANONNAME: ::c_int = 0x0002; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1598 pub const AI_CANONNAME: ::c_int = 0x00000002; consts
1602 AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | AI_ADDRCONFIG;
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs986 pub const AI_CANONNAME: ::c_int = 0x0002; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs756 pub const AI_CANONNAME: ::c_int = 0x00000002; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1326 pub const AI_CANONNAME: ::c_int = 2; consts

Completed in 38 milliseconds

12