/third_party/musl/libc-test/src/functionalext/supplement/manual/network/ |
H A D | getnameinfo.c | 39 char server[NI_MAXSERV]; in getnameinfo_0100() 66 char server[NI_MAXSERV]; in getnameinfo_0200() 86 char server[NI_MAXSERV]; in getnameinfo_0300() 105 char server[NI_MAXSERV]; in getnameinfo_0400() 123 char server[NI_MAXSERV]; in getnameinfo_0500() 148 char server[NI_MAXSERV]; in getnameinfo_0600() 166 char server[NI_MAXSERV]; in getnameinfo_0700()
|
/third_party/libuv/include/uv/ |
H A D | unix.h | 77 #ifndef NI_MAXSERV 78 # define NI_MAXSERV 32 macro 352 char service[NI_MAXSERV]; \
|
H A D | win.h | 605 char service[NI_MAXSERV]; \
|
/third_party/node/deps/uv/include/uv/ |
H A D | unix.h | 78 #ifndef NI_MAXSERV 79 # define NI_MAXSERV 32 macro 352 char service[NI_MAXSERV]; \
|
H A D | win.h | 601 char service[NI_MAXSERV]; \
|
/third_party/libcoap/examples/ |
H A D | etsi_iot_01.c | 580 char port_str[NI_MAXSERV] = "5683"; in main() 595 strncpy(port_str, optarg, NI_MAXSERV-1); in main() 596 port_str[NI_MAXSERV - 1] = '\0'; in main()
|
H A D | oscore-interop-server.c | 576 char port_str[NI_MAXSERV] = "5683"; in main() 633 strncpy(port_str, optarg, NI_MAXSERV-1); in main() 634 port_str[NI_MAXSERV - 1] = '\0'; in main()
|
H A D | coap-rd.c | 760 char port_str[NI_MAXSERV] = "5683"; in main() 810 strncpy(port_str, optarg, NI_MAXSERV-1); in main() 811 port_str[NI_MAXSERV - 1] = '\0'; in main()
|
H A D | coap-client.c | 1588 char port_str[NI_MAXSERV] = ""; in main() 1659 strncpy(port_str, optarg, NI_MAXSERV - 1); in main() 1660 port_str[NI_MAXSERV - 1] = '\0'; in main()
|
/third_party/python/Modules/ |
H A D | addrinfo.h | 110 #define NI_MAXSERV 32 macro
|
/third_party/curl/lib/ |
H A D | setup-os400.h | 31 /* OS/400 netdb.h does not define NI_MAXSERV. */ 32 #define NI_MAXSERV 32 macro
|
/third_party/libuv/src/win/ |
H A D | getnameinfo.c | 44 WCHAR service[NI_MAXSERV]; in uv__getnameinfo_work()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | netdb.h | 148 #define NI_MAXSERV 32 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | netdb.h | 148 #define NI_MAXSERV 32 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | netdb.h | 148 #define NI_MAXSERV 32 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | netdb.h | 148 #define NI_MAXSERV 32 macro
|
/third_party/musl/include/ |
H A D | netdb.h | 174 #define NI_MAXSERV 32 macro
|
/third_party/node/deps/uv/src/win/ |
H A D | getnameinfo.c | 44 WCHAR service[NI_MAXSERV]; in uv__getnameinfo_work()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ctrl_iface_common.c | 86 char service[NI_MAXSERV] = { 0 }; in sockaddr_print()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ctrl_iface_common.c | 86 char service[NI_MAXSERV] = { 0 }; in sockaddr_print()
|
/third_party/toybox/toys/pending/ |
H A D | arp.c | 176 char hbuf[NI_MAXHOST] = {0,}, sbuf[NI_MAXSERV] = {0,}; in ip_to_host()
|
H A D | tcpsvd.c | 77 char sbuf[NI_MAXSERV] = {0,}; in sock_to_address()
|
/third_party/nghttp2/src/ |
H A D | shrpx_quic_connection_handler.cc | 372 std::array<char, NI_MAXSERV> service; in handle_new_connection() 463 std::array<char, NI_MAXSERV> port; in send_retry()
|
/third_party/nghttp2/examples/ |
H A D | client.c | 409 char service[NI_MAXSERV]; in connect_to()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_addr.c | 212 char host[NI_MAXHOST] = "", serv[NI_MAXSERV] = ""; in addr_strings()
|