Searched refs:strport (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dcanohost.c372 char strport[NI_MAXSERV]; local
396 strport, sizeof(strport), NI_NUMERICSERV)) != 0)
399 return atoi(strport);
H A Dsshconnect.c91 char *shell, strport[NI_MAXSERV]; local
104 snprintf(strport, sizeof strport, "%hu", port);
114 command_string = percent_expand(tmp, "h", host, "p", strport,
380 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
394 snprintf(strport, sizeof strport, "%u", port);
395 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0)
413 ntop, sizeof(ntop), strport, sizeof(strport),
[all...]
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 Dchannels.c2793 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
2823 snprintf(strport, sizeof strport, "%d", listen_port);
2824 if ((r = getaddrinfo(addr, strport, &hints, &aitop)) != 0) {
2860 strport, sizeof(strport), NI_NUMERICHOST|NI_NUMERICSERV) != 0) {
2877 ntop, strport);
3314 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
3321 ntop, sizeof(ntop), strport, sizeof(strport),
3373 char strport[NI_MAXSERV]; local
3491 char strport[NI_MAXSERV]; local
3624 char strport[NI_MAXSERV]; local
[all...]
H A Dsshd.c1084 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
1095 ntop, sizeof(ntop), strport, sizeof(strport),
1125 debug("Bind to port %s on %s.", strport, ntop);
1135 strport, ntop, strerror(errno));
1145 ntop, strport, strerror(errno));
1146 logit("Server listening on %s port %s.", ntop, strport);
H A Dservconf.c600 char strport[NI_MAXSERV]; local
607 snprintf(strport, sizeof strport, "%d", port);
608 if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0)
H A Dconfigure10929 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL;
10947 sizeof(ntop), strport, sizeof(strport),
11020 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL;
11038 sizeof(ntop), strport, sizeof(strport),
/freebsd-10.0-release/contrib/tcpdump/
H A Dconfigure4580 char straddr[INET6_ADDRSTRLEN], strport[16];
4596 straddr, sizeof(straddr), strport, sizeof(strport),
4602 if (strcmp(strport, "54321") != 0) {
4617 if (strcmp(strport, "54321") != 0) {

Completed in 274 milliseconds