/third_party/ffmpeg/libavformat/ |
H A D | network.h | 202 #ifndef NI_NUMERICSERV 203 #define NI_NUMERICSERV 8 macro
|
H A D | network.c | 342 NI_NUMERICHOST | NI_NUMERICSERV); in print_address_list() 430 NI_NUMERICHOST | NI_NUMERICSERV); in ff_connect_parallel() 487 NI_NUMERICHOST | NI_NUMERICSERV); in ff_connect_parallel() 502 NI_NUMERICHOST | NI_NUMERICSERV); in ff_connect_parallel()
|
H A D | os_support.c | 172 if (!(flags & NI_NUMERICSERV)) in ff_getnameinfo()
|
H A D | udp.c | 402 if ((error = getnameinfo((struct sockaddr *)addr, addr_len, NULL, 0, sbuf, sizeof(sbuf), NI_NUMERICSERV)) != 0) { in udp_port()
|
/third_party/toybox/toys/pending/ |
H A D | tcpsvd.c | 83 if (flags & NI_NUMERICSERV) return xmprintf("%s:%s",hbuf, sbuf); in sock_to_address() 294 server = sock_to_address((struct sockaddr*)&haddr, NI_NUMERICHOST|NI_NUMERICSERV); in tcpsvd_main() 356 char *client = sock_to_address((struct sockaddr*)buf, NI_NUMERICHOST | NI_NUMERICSERV); in tcpsvd_main()
|
/third_party/python/Modules/ |
H A D | addrinfo.h | 120 #define NI_NUMERICSERV 0x00000008 macro
|
H A D | getnameinfo.c | 141 } else if (flags & NI_NUMERICSERV) {
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | netdb.h | 37 #define NI_NUMERICSERV 0x02 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | netdb.h | 37 #define NI_NUMERICSERV 0x02 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | netdb.h | 37 #define NI_NUMERICSERV 0x02 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | netdb.h | 37 #define NI_NUMERICSERV 0x02 macro
|
/third_party/musl/include/ |
H A D | netdb.h | 54 #define NI_NUMERICSERV 0x02 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | netdb.c | 59 C(NI_NUMERICSERV) in f()
|
/third_party/musl/src/network/ |
H A D | getnameinfo.c | 217 if (!(flags & NI_NUMERICSERV)) in getnameinfo()
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | getnameinfo.c | 214 if (!(flags & NI_NUMERICSERV)) in getnameinfo()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | getnameinfo.c | 190 if (!(flags & NI_NUMERICSERV)) in getnameinfo()
|
/third_party/node/src/ |
H A D | node_report_utils.cc | 29 if (uv_getnameinfo(h->loop, &endpoint, nullptr, addr, NI_NUMERICSERV) == 0) { in ReportEndpoint()
|
/third_party/nghttp2/src/ |
H A D | shrpx_quic_connection_handler.cc | 377 NI_NUMERICHOST | NI_NUMERICSERV); in handle_new_connection() 467 NI_NUMERICHOST | NI_NUMERICSERV) != 0) { in send_retry()
|
H A D | util.cc | 769 serv.size(), NI_NUMERICHOST | NI_NUMERICSERV); in to_numeric_addr()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_addr.c | 216 flags |= NI_NUMERICHOST | NI_NUMERICSERV; in addr_strings()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_addr.c | 216 flags |= NI_NUMERICHOST | NI_NUMERICSERV; in addr_strings()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 570 pub const NI_NUMERICSERV: ::c_int = 0; consts
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 1073 NI_NUMERICHOST | NI_NUMERICSERV); in conninfo() 1085 NI_NUMERICHOST | NI_NUMERICSERV); in conninfo() 1090 NI_NUMERICHOST | NI_NUMERICSERV); in conninfo()
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 485 pub const NI_NUMERICSERV: ::c_int = 0x0002; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1005 pub const NI_NUMERICSERV: ::c_int = 2; consts
|