Searched defs:strport (Results 1 - 7 of 7) sorted by relevance

/external/openssh/
H A Dcanohost.c374 char strport[NI_MAXSERV]; local
398 strport, sizeof(strport), NI_NUMERICSERV)) != 0)
401 return atoi(strport);
H A Dssh-keyscan.c292 char strport[NI_MAXSERV]; local
295 snprintf(strport, sizeof strport, "%d", ssh_port);
299 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0)
H A Dsshconnect.c90 char *shell, strport[NI_MAXSERV]; local
96 snprintf(strport, sizeof strport, "%hu", port);
106 command_string = percent_expand(tmp, "h", host, "p", strport,
344 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
358 snprintf(strport, sizeof strport, "%u", port);
359 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0)
377 ntop, sizeof(ntop), strport, sizeof(strport),
[all...]
H A Dsshd.c1025 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);
H A Dservconf.c525 char strport[NI_MAXSERV]; local
532 snprintf(strport, sizeof strport, "%d", port);
533 if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0)
H A Dchannels.c2646 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),
3140 char strport[NI_MAXSERV]; local
3258 char strport[NI_MAXSERV]; local
3385 char strport[NI_MAXSERV]; local
[all...]
/external/chromium/third_party/libevent/
H A Dhttp.c2653 char strport[NI_MAXSERV]; local
2658 ntop, sizeof(ntop), strport, sizeof(strport),
2670 ntop, sizeof(ntop), strport, sizeof(strport),
2676 *pport = strdup(strport);
2732 char strport[NI_MAXSERV]; local
2739 evutil_snprintf(strport, sizeof(strport), "%d", port);
2740 if ((ai_result = getaddrinfo(address, strport,
[all...]

Completed in 109 milliseconds