Home
last modified time | relevance | path

Searched refs:NI_NUMERICSERV (Results 1 - 25 of 39) sorted by relevance

12

/third_party/ffmpeg/libavformat/
H A Dnetwork.h202 #ifndef NI_NUMERICSERV
203 #define NI_NUMERICSERV 8 macro
H A Dnetwork.c342 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 Dos_support.c172 if (!(flags & NI_NUMERICSERV)) in ff_getnameinfo()
H A Dudp.c402 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 Dtcpsvd.c83 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 Daddrinfo.h120 #define NI_NUMERICSERV 0x00000008 macro
H A Dgetnameinfo.c141 } else if (flags & NI_NUMERICSERV) {
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h37 #define NI_NUMERICSERV 0x02 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h37 #define NI_NUMERICSERV 0x02 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h37 #define NI_NUMERICSERV 0x02 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h37 #define NI_NUMERICSERV 0x02 macro
/third_party/musl/include/
H A Dnetdb.h54 #define NI_NUMERICSERV 0x02 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c59 C(NI_NUMERICSERV) in f()
/third_party/musl/src/network/
H A Dgetnameinfo.c217 if (!(flags & NI_NUMERICSERV)) in getnameinfo()
/third_party/musl/porting/linux/user/src/network/
H A Dgetnameinfo.c214 if (!(flags & NI_NUMERICSERV)) in getnameinfo()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetnameinfo.c190 if (!(flags & NI_NUMERICSERV)) in getnameinfo()
/third_party/node/src/
H A Dnode_report_utils.cc29 if (uv_getnameinfo(h->loop, &endpoint, nullptr, addr, NI_NUMERICSERV) == 0) { in ReportEndpoint()
/third_party/nghttp2/src/
H A Dshrpx_quic_connection_handler.cc377 NI_NUMERICHOST | NI_NUMERICSERV); in handle_new_connection()
467 NI_NUMERICHOST | NI_NUMERICSERV) != 0) { in send_retry()
H A Dutil.cc769 serv.size(), NI_NUMERICHOST | NI_NUMERICSERV); in to_numeric_addr()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_addr.c216 flags |= NI_NUMERICHOST | NI_NUMERICSERV; in addr_strings()
/third_party/openssl/crypto/bio/
H A Dbio_addr.c216 flags |= NI_NUMERICHOST | NI_NUMERICSERV; in addr_strings()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs570 pub const NI_NUMERICSERV: ::c_int = 0; consts
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx1073 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 Dmod.rs485 pub const NI_NUMERICSERV: ::c_int = 0x0002; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1005 pub const NI_NUMERICSERV: ::c_int = 2; consts

Completed in 30 milliseconds

12