Home
last modified time | relevance | path

Searched refs:AI_NUMERICSERV (Results 1 - 25 of 33) sorted by relevance

12

/third_party/lwip/src/include/lwip/
H A Dnetdb.h85 #define AI_NUMERICSERV 0x08 macro
/third_party/ltp/testcases/network/lib6/
H A Dgetaddrinfo_01.c245 #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 Dnetdb.h33 #define AI_NUMERICSERV 0x400 macro
/third_party/musl/porting/linux/user/src/network/
H A Dlookup_serv.c69 if (flags & AI_NUMERICSERV) return EAI_NONAME; in __lookup_serv()
H A Dgetaddrinfo.c122 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo_ext()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h33 #define AI_NUMERICSERV 0x400 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h33 #define AI_NUMERICSERV 0x400 macro
/third_party/musl/src/network/
H A Dlookup_serv.c90 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 Dgetaddrinfo.c37 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h33 #define AI_NUMERICSERV 0x400 macro
/third_party/musl/include/
H A Dnetdb.h50 #define AI_NUMERICSERV 0x400 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c52 C(AI_NUMERICSERV) in f()
/third_party/libcoap/examples/
H A Dtiny.c102 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST | AI_NUMERICSERV | AI_ALL; in get_session()
H A Dcoap-client.c1545 AI_PASSIVE | AI_NUMERICHOST | AI_NUMERICSERV | AI_ALL, in get_session()
/third_party/musl/Benchmark/musl/
H A Dlibc_network.cpp140 hint.ai_flags = AI_NUMERICSERV; in Bm_function_Getaddrinfo_Freeaddrinfo_intranet6()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetaddrinfo.c140 * of the host name(hint.ai_flags =AI_NUMERICSERV).
146 hint.ai_flags = AI_NUMERICSERV; in getaddrinfo_0700()
/third_party/nghttp2/src/
H A Dshrpx_tls_test.cc210 hints.ai_flags = AI_NUMERICHOST | AI_NUMERICSERV; in parse_addr()
/third_party/musl/src/network/linux/
H A Dgetaddrinfo.c137 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo_ext()
/third_party/node/src/
H A Dinspector_socket_server.cc408 hints.ai_flags = AI_NUMERICSERV; in Start()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs562 pub const AI_NUMERICSERV: ::c_int = 0; consts
/third_party/python/Modules/
H A Dsocketmodule.c6590 #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 Dmod.rs469 pub const AI_NUMERICSERV: ::c_int = 0x0400; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1600 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 Dmod.rs992 pub const AI_NUMERICSERV: ::c_int = 0x0400; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs758 pub const AI_NUMERICSERV: ::c_int = 0x00000008; consts

Completed in 74 milliseconds

12