Home
last modified time | relevance | path

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

12

/external/openssh/openbsd-compat/
Dfake-rfc2553.h114 #ifndef NI_MAXSERV
115 # define NI_MAXSERV 32 macro
/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.c493 #if !defined(NI_MAXSERV)
494 #define NI_MAXSERV 32 macro
6319 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
7912 #ifdef NI_MAXSERV
7913 PyModule_AddIntMacro(m, 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/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];
/external/openssh/
Dcanohost.c160 char strport[NI_MAXSERV]; in get_sock_port()
Dssh.c240 char strport[NI_MAXSERV]; in resolve_host()
281 char addr[NI_MAXHOST], strport[NI_MAXSERV]; in resolve_addr()
516 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in main()
Dsshconnect.c90 char *tmp, *ret, strport[NI_MAXSERV]; in expand_proxy_command()
432 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; in ssh_connect_direct()
Dchannels.c3190 char ntop[NI_MAXHOST], strport[NI_MAXSERV];
3964 char ntop[NI_MAXHOST], strport[MAXIMUM(NI_MAXSERV,sizeof(sunaddr->sun_path))];
4040 char strport[NI_MAXSERV];
4256 char strport[NI_MAXSERV];
4410 char strport[NI_MAXSERV];
Dssh-keyscan.c363 char strport[NI_MAXSERV]; in tcpconnect()
Dservconf.c636 char strport[NI_MAXSERV]; in add_one_listen_addr()
2203 char addr[NI_MAXHOST], port[NI_MAXSERV], *s = NULL; in dump_config()
/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.c183 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/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()

12