/external/openssh/ |
D | sshconnect.c | 90 char *shell, strport[NI_MAXSERV]; in ssh_proxy_connect() local 96 snprintf(strport, sizeof strport, "%hu", port); in ssh_proxy_connect() 106 command_string = percent_expand(tmp, "h", host, "p", strport, in ssh_proxy_connect() 344 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; in ssh_connect() local 358 snprintf(strport, sizeof strport, "%u", port); in ssh_connect() 359 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0) in ssh_connect() 377 ntop, sizeof(ntop), strport, sizeof(strport), in ssh_connect() 383 host, ntop, strport); in ssh_connect() 398 ntop, strport, strerror(errno)); in ssh_connect() 412 host, strport, strerror(errno)); in ssh_connect()
|
D | canohost.c | 374 char strport[NI_MAXSERV]; in get_sock_port() local 398 strport, sizeof(strport), NI_NUMERICSERV)) != 0) in get_sock_port() 401 return atoi(strport); in get_sock_port()
|
D | channels.c | 2646 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local 2703 snprintf(strport, sizeof strport, "%d", listen_port); 2704 if ((r = getaddrinfo(addr, strport, &hints, &aitop)) != 0) { 2740 strport, sizeof(strport), NI_NUMERICHOST|NI_NUMERICSERV) != 0) { 2757 ntop, strport); 3081 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local 3088 ntop, sizeof(ntop), strport, sizeof(strport), 3106 "%.100s", cctx->host, ntop, strport, 3114 "in progress, fd=%d", cctx->host, ntop, strport, sock); 3140 char strport[NI_MAXSERV]; local [all …]
|
D | ssh-keyscan.c | 292 char strport[NI_MAXSERV]; in tcpconnect() local 295 snprintf(strport, sizeof strport, "%d", ssh_port); in tcpconnect() 299 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0) in tcpconnect()
|
D | sshd.c | 1025 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local 1034 ntop, sizeof(ntop), strport, sizeof(strport), 1064 debug("Bind to port %s on %s.", strport, ntop); 1069 strport, ntop, strerror(errno)); 1079 ntop, strport, strerror(errno)); 1080 logit("Server listening on %s port %s.", ntop, strport);
|
D | servconf.c | 525 char strport[NI_MAXSERV]; in add_one_listen_addr() local 532 snprintf(strport, sizeof strport, "%d", port); in add_one_listen_addr() 533 if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0) in add_one_listen_addr()
|
D | configure.ac | 1847 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL; 1865 sizeof(ntop), strport, sizeof(strport), 1915 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL; 1933 sizeof(ntop), strport, sizeof(strport),
|
D | configure | 10028 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL; 10046 sizeof(ntop), strport, sizeof(strport), 10119 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL; 10137 sizeof(ntop), strport, sizeof(strport),
|
/external/chromium/third_party/libevent/ |
D | http.c | 2653 char strport[NI_MAXSERV]; in name_from_addr() local 2658 ntop, sizeof(ntop), strport, sizeof(strport), in name_from_addr() 2670 ntop, sizeof(ntop), strport, sizeof(strport), in name_from_addr() 2676 *pport = strdup(strport); in name_from_addr() 2732 char strport[NI_MAXSERV]; in make_addrinfo() local 2739 evutil_snprintf(strport, sizeof(strport), "%d", port); in make_addrinfo() 2740 if ((ai_result = getaddrinfo(address, strport, &ai, &aitop)) != 0) { in make_addrinfo()
|
/external/chromium/third_party/libevent/test/ |
D | regress_http.c | 118 char strport[NI_MAXSERV]; in http_connect() 137 snprintf(strport, sizeof (strport), "%d", port); in http_connect() 138 if (getaddrinfo(address, strport, &ai, &aitop) != 0) { in http_connect()
|
/external/tcpdump/ |
D | configure.in | 325 char straddr[INET6_ADDRSTRLEN], strport[16]; 341 straddr, sizeof(straddr), strport, sizeof(strport), 347 if (strcmp(strport, "54321") != 0) { 362 if (strcmp(strport, "54321") != 0) {
|
D | configure | 5024 char straddr[INET6_ADDRSTRLEN], strport[16]; 5040 straddr, sizeof(straddr), strport, sizeof(strport), 5046 if (strcmp(strport, "54321") != 0) { 5061 if (strcmp(strport, "54321") != 0) {
|