Home
last modified time | relevance | path

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

12

/external/netperf/src/missing/
Dgetaddrinfo.h134 #ifdef NI_MAXHOST
135 #undef NI_MAXHOST
194 #define NI_MAXHOST 1025 macro
/external/openssh/
Dcanohost.c53 char name[NI_MAXHOST], ntop[NI_MAXHOST], ntop2[NI_MAXHOST]; in get_remote_hostname()
245 char ntop[NI_MAXHOST]; in get_socket_address()
311 char *host, myname[NI_MAXHOST]; in get_local_name()
Dssh.c289 char addr[NI_MAXHOST], strport[NI_MAXSERV]; in resolve_addr()
382 char *cp, *fullhost, newname[NI_MAXHOST]; in resolve_canonicalize()
508 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in main()
509 char cname[NI_MAXHOST]; in main()
1942 char *filename, *cp, thishost[NI_MAXHOST]; in load_public_identity_files()
Dgss-serv.c102 char lname[NI_MAXHOST]; in ssh_gssapi_acquire_cred()
Dreadconf.c497 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in match_cfg_line()
2065 strlen(fwd->connect_host) >= NI_MAXHOST) in parse_forward()
2072 strlen(fwd->listen_host) >= NI_MAXHOST) in parse_forward()
Dauth-options.c339 if (host == NULL || strlen(host) >= NI_MAXHOST) { in auth_parse_options()
/external/tcpdump/missing/
Daddrinfo.h93 #ifndef NI_MAXHOST
94 #define NI_MAXHOST 1025 macro
/external/libpcap/Win32/Include/
Daddrinfo.h119 #ifndef NI_MAXHOST
120 #define NI_MAXHOST 1025 macro
/external/ipsec-tools/src/libipsec/
Dipsec_dump_policy.c282 char abuf[NI_MAXHOST * 2 + 2];
381 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST];
400 char host[NI_MAXHOST];
Dpfkey_dump.c659 static char buf[NI_MAXHOST];
678 static char buf[NI_MAXHOST];
/external/openssh/openbsd-compat/
Dfake-rfc2553.h119 #ifndef NI_MAXHOST
120 # define NI_MAXHOST 1025 macro
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dresolve_endpoint_op.hpp65 char host_name[NI_MAXHOST]; in do_complete()
68 o->endpoint_.size(), host_name, NI_MAXHOST, service_name, NI_MAXSERV, in do_complete()
Dresolver_service.hpp89 char host_name[NI_MAXHOST]; in resolve()
92 host_name, NI_MAXHOST, service_name, NI_MAXSERV, in resolve()
/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];
921 char addr[NI_MAXHOST];
935 static char buf[NI_MAXHOST + 10]; in naddrwop2str()
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];
Dgrabmyaddr.c316 char h1[NI_MAXHOST], h2[NI_MAXHOST];
345 char addr1[NI_MAXHOST]; in grab_myaddrs()
449 char addr1[NI_MAXHOST]; in grab_myaddrs()
Dgssapi.c137 char name[NI_MAXHOST]; in gssapi_get_default_gss_id()
156 char name[NI_MAXHOST]; in gssapi_get_default_name()
164 if (getnameinfo(sa, sysdep_sa_len(sa), name, NI_MAXHOST, NULL, 0, 0) != 0) in gssapi_get_default_name()
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/wpa_supplicant_8/src/common/
Dctrl_iface_common.c85 char host[NI_MAXHOST] = { 0 }; in sockaddr_print()
/external/toybox/toys/pending/
Dtraceroute.c299 char host[NI_MAXHOST]; in do_trace()
301 sizeof(struct sockaddr_in), host, NI_MAXHOST, NULL, 0, 0)) in do_trace()
414 char host[NI_MAXHOST]; in do_trace()
Darp.c188 char hbuf[NI_MAXHOST] = {0,}, sbuf[NI_MAXSERV] = {0,}; in ip_to_host()
/external/tcpdump/
Dtcpdump-stdinc.h174 #define NI_MAXHOST 1025 macro
Daddrtoname.c105 static char hostbuf[NI_MAXHOST]; in win32_gethostbyaddr()
106 char hname[NI_MAXHOST]; in win32_gethostbyaddr()
/external/iputils/
Dtracepath6.c210 char abuf[NI_MAXHOST], hbuf[NI_MAXHOST]; in recverr()
/external/curl/lib/
Dsetup-os400.h27 #define NI_MAXHOST 1025 macro

12