Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dresolve_endpoint_op.hpp66 char service_name[NI_MAXSERV]; in do_complete()
68 o->endpoint_.size(), host_name, NI_MAXHOST, service_name, NI_MAXSERV, in do_complete()
Dresolver_service.hpp90 char service_name[NI_MAXSERV]; in resolve()
92 host_name, NI_MAXHOST, service_name, NI_MAXSERV, in resolve()
/external/python/cpython3/Modules/
Daddrinfo.h110 #define NI_MAXSERV 32 macro
Dsocketmodule.c470 #if !defined(NI_MAXSERV)
471 #define NI_MAXSERV 32 macro
6077 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
7644 #ifdef NI_MAXSERV
7645 PyModule_AddIntMacro(m, NI_MAXSERV);
/external/ipsec-tools/src/racoon/
Dsockmisc.c900 static char buf[NI_MAXHOST + NI_MAXSERV + 10];
901 char addr[NI_MAXHOST], port[NI_MAXSERV];
920 static char buf[NI_MAXHOST + NI_MAXSERV + 10];
954 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100]; in naddrwop2str_fromto()
976 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100];
Dlocalconf.c165 char addr[NI_MAXHOST], port[NI_MAXSERV];
Dremoteconf.c104 char buf[NI_MAXHOST + NI_MAXSERV + 10];
105 char addr[NI_MAXHOST], port[NI_MAXSERV];
Disakmp.c2794 char portbuf[NI_MAXSERV];
/external/python/cpython2/Modules/
Daddrinfo.h110 #define NI_MAXSERV 32 macro
Dsocketmodule.c457 #if !defined(NI_MAXSERV)
458 #define NI_MAXSERV 32 macro
4286 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
5468 #ifdef NI_MAXSERV
5469 PyModule_AddIntConstant(m, "NI_MAXSERV", NI_MAXSERV);
/external/wpa_supplicant_8/src/common/
Dctrl_iface_common.c86 char service[NI_MAXSERV] = { 0 }; in sockaddr_print()
/external/curl/lib/
Dsetup-os400.h30 #define NI_MAXSERV 32 macro
/external/ipsec-tools/src/libipsec/
Dipsec_dump_policy.c401 char serv[NI_MAXSERV];
Dpfkey_dump.c488 char pbuf[NI_MAXSERV];
/external/toybox/toys/pending/
Darp.c188 char hbuf[NI_MAXHOST] = {0,}, sbuf[NI_MAXSERV] = {0,}; in ip_to_host()
Dtcpsvd.c77 char sbuf[NI_MAXSERV] = {0,}; in sock_to_address()
/external/ltp/testcases/network/lib6/
Dgetaddrinfo_01.c71 char service[NI_MAXSERV + 1]; in gaiv4()
529 char service[NI_MAXSERV + 1]; in gaiv6()
/external/iputils/
Dtracepath6.c385 char pbuf[NI_MAXSERV]; in main()
/external/libmicrohttpd/src/examples/
Dmhd2spdy_spdy.c581 char service[NI_MAXSERV]; in spdy_socket_connect_to()
/external/libmicrohttpd/src/testspdy/
Dtest_request_response.c508 char service[NI_MAXSERV]; in connect_to()
Dtest_notls.c471 char service[NI_MAXSERV]; in connect_to()
Dtest_new_connection.c520 char service[NI_MAXSERV]; in connect_to()
/external/libmicrohttpd/src/spdy2http/
Dproxy.c992 char service[NI_MAXSERV]; in run()
/external/libevent/
Dhttp.c109 #define NI_MAXSERV 32 macro
4285 char strport[NI_MAXSERV]; in name_from_addr()
4361 char strport[NI_MAXSERV]; in make_addrinfo()
/external/libevent/test/
Dregress_http.c163 #ifndef NI_MAXSERV
164 #define NI_MAXSERV 1024 macro
172 char strport[NI_MAXSERV]; in http_connect()