Home
last modified time | relevance | path

Searched refs:NI_NUMERICSERV (Results 1 – 25 of 49) sorted by relevance

12

/third_party/ffmpeg/libavformat/
Dnetwork.h202 #ifndef NI_NUMERICSERV
203 #define NI_NUMERICSERV 8 macro
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()
Dos_support.c172 if (!(flags & NI_NUMERICSERV)) in ff_getnameinfo()
/third_party/toybox/toys/pending/
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/
Daddrinfo.h120 #define NI_NUMERICSERV 0x00000008 macro
Dgetnameinfo.c138 } else if (flags & NI_NUMERICSERV) {
/third_party/musl/ndk_musl_include/
Dnetdb.h37 #define NI_NUMERICSERV 0x02 macro
/third_party/musl/include/
Dnetdb.h37 #define NI_NUMERICSERV 0x02 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h37 #define NI_NUMERICSERV 0x02 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h37 #define NI_NUMERICSERV 0x02 macro
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h37 #define NI_NUMERICSERV 0x02 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h37 #define NI_NUMERICSERV 0x02 macro
/third_party/musl/libc-test/src/api/
Dnetdb.c59 C(NI_NUMERICSERV) in f()
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt114 NI_NUMERICSERV
Dopenbsd.txt573 NI_NUMERICSERV
Dfuchsia.txt515 NI_NUMERICSERV
Dnetbsd.txt715 NI_NUMERICSERV
/third_party/musl/src/network/
Dgetnameinfo.c190 if (!(flags & NI_NUMERICSERV)) in getnameinfo()
/third_party/musl/porting/liteos_a/user/src/network/
Dgetnameinfo.c190 if (!(flags & NI_NUMERICSERV)) in getnameinfo()
/third_party/musl/porting/linux/user/src/network/
Dgetnameinfo.c211 if (!(flags & NI_NUMERICSERV)) in getnameinfo()
/third_party/node/src/
Dnode_report_utils.cc31 if (uv_getnameinfo(h->loop, &endpoint, nullptr, addr, NI_NUMERICSERV) == 0) { in ReportEndpoint()
/third_party/nghttp2/src/
Dshrpx_quic_connection_handler.cc389 NI_NUMERICHOST | NI_NUMERICSERV); in handle_new_connection()
479 NI_NUMERICHOST | NI_NUMERICSERV) != 0) { in send_retry()
/third_party/openssl/crypto/bio/
Dbio_addr.c216 flags |= NI_NUMERICHOST | NI_NUMERICSERV; in addr_strings()
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs570 pub const NI_NUMERICSERV: ::c_int = 0; constant
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx1073 NI_NUMERICHOST | NI_NUMERICSERV); in conninfo()
1085 NI_NUMERICHOST | NI_NUMERICSERV); in conninfo()
1090 NI_NUMERICHOST | NI_NUMERICSERV); in conninfo()

12