/third_party/lwip/src/include/lwip/ |
H A D | netdb.h | 85 #define AI_NUMERICSERV 0x08 macro
|
/third_party/ltp/testcases/network/lib6/ |
H A D | getaddrinfo_01.c | 245 #ifdef AI_NUMERICSERV in gaiv() 246 check_addrinfo(0, "host+service, AI_NUMERICSERV", hostname, 7, "echo", in gaiv() 247 AI_NUMERICSERV, 0, 0, NULL); in gaiv() 249 tst_brk(TFAIL, "AI_NUMERICSERV: returns %ld '%s', expected %d (EAI_NONAME)", in gaiv() 251 tst_res(TPASS, "AI_NUMERICSERV: returns %ld (EAI_NONAME)", TST_RET); in gaiv() 253 tst_res(TCONF, "AI_NUMERICSERV: flag not implemented"); in gaiv()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | netdb.h | 33 #define AI_NUMERICSERV 0x400 macro
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | lookup_serv.c | 69 if (flags & AI_NUMERICSERV) return EAI_NONAME; in __lookup_serv()
|
H A D | getaddrinfo.c | 122 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo_ext()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | netdb.h | 33 #define AI_NUMERICSERV 0x400 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | netdb.h | 33 #define AI_NUMERICSERV 0x400 macro
|
/third_party/musl/src/network/ |
H A D | lookup_serv.c | 90 if (flags & AI_NUMERICSERV) { in __lookup_serv() 92 MUSL_LOGE("%{public}s: %{public}d: flags is AI_NUMERICSERV: %{public}d", __func__, __LINE__, EAI_NONAME); in __lookup_serv()
|
H A D | getaddrinfo.c | 37 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | netdb.h | 33 #define AI_NUMERICSERV 0x400 macro
|
/third_party/musl/include/ |
H A D | netdb.h | 50 #define AI_NUMERICSERV 0x400 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | netdb.c | 52 C(AI_NUMERICSERV) in f()
|
/third_party/libcoap/examples/ |
H A D | tiny.c | 102 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST | AI_NUMERICSERV | AI_ALL; in get_session()
|
H A D | coap-client.c | 1545 AI_PASSIVE | AI_NUMERICHOST | AI_NUMERICSERV | AI_ALL, in get_session()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_network.cpp | 140 hint.ai_flags = AI_NUMERICSERV; in Bm_function_Getaddrinfo_Freeaddrinfo_intranet6()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | getaddrinfo.c | 140 * of the host name(hint.ai_flags =AI_NUMERICSERV). 146 hint.ai_flags = AI_NUMERICSERV; in getaddrinfo_0700()
|
/third_party/nghttp2/src/ |
H A D | shrpx_tls_test.cc | 210 hints.ai_flags = AI_NUMERICHOST | AI_NUMERICSERV; in parse_addr()
|
/third_party/musl/src/network/linux/ |
H A D | getaddrinfo.c | 137 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo_ext()
|
/third_party/node/src/ |
H A D | inspector_socket_server.cc | 408 hints.ai_flags = AI_NUMERICSERV; in Start()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 562 pub const AI_NUMERICSERV: ::c_int = 0; consts
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 6590 #if defined(__APPLE__) && defined(AI_NUMERICSERV) 6591 if ((flags & AI_NUMERICSERV) && (pptr == NULL || (pptr[0] == '0' && pptr[1] == 0))) { 6593 * if AI_NUMERICSERV is set and the servname is NULL or "0". 8456 #ifdef AI_NUMERICSERV 8457 PyModule_AddIntMacro(m, AI_NUMERICSERV);
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 469 pub const AI_NUMERICSERV: ::c_int = 0x0400; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1600 pub const AI_NUMERICSERV: ::c_int = 0x00000008; consts 1602 AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | AI_ADDRCONFIG;
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 992 pub const AI_NUMERICSERV: ::c_int = 0x0400; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 758 pub const AI_NUMERICSERV: ::c_int = 0x00000008; consts
|