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

/macosx-10.10/OpenSSH-189/openssh/
H A Dcanohost.c374 char strport[NI_MAXSERV]; local
398 strport, sizeof(strport), NI_NUMERICSERV)) != 0)
401 return atoi(strport);
H A Dsshconnect.c90 char *shell, strport[NI_MAXSERV]; local
103 snprintf(strport, sizeof strport, "%hu", port);
113 command_string = percent_expand(tmp, "h", host, "p", strport,
351 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
365 snprintf(strport, sizeof strport, "%u", port);
366 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0)
384 ntop, sizeof(ntop), strport, sizeof(strport),
[all...]
H A Dssh-keyscan.c296 char strport[NI_MAXSERV]; local
299 snprintf(strport, sizeof strport, "%d", ssh_port);
303 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0)
H A Dchannels.c2731 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
2761 snprintf(strport, sizeof strport, "%d", listen_port);
2762 if ((r = getaddrinfo(addr, strport, &hints, &aitop)) != 0) {
2798 strport, sizeof(strport), NI_NUMERICHOST|NI_NUMERICSERV) != 0) {
2815 ntop, strport);
3250 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
3257 ntop, sizeof(ntop), strport, sizeof(strport),
3309 char strport[NI_MAXSERV]; local
3427 char strport[NI_MAXSERV]; local
3554 char strport[NI_MAXSERV]; local
[all...]
H A Dsshd.c1058 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
1067 ntop, sizeof(ntop), strport, sizeof(strport),
1097 debug("Bind to port %s on %s.", strport, ntop);
1102 strport, ntop, strerror(errno));
1112 ntop, strport, strerror(errno));
1113 logit("Server listening on %s port %s.", ntop, strport);
H A Dservconf.c567 char strport[NI_MAXSERV]; local
574 snprintf(strport, sizeof strport, "%d", port);
575 if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0)
H A Dconfigure10550 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL;
10568 sizeof(ntop), strport, sizeof(strport),
10641 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL;
10659 sizeof(ntop), strport, sizeof(strport),
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dextconf.rb277 char straddr[INET6_ADDRSTRLEN], strport[16];
308 straddr, sizeof(straddr), strport, sizeof(strport),
312 if (strcmp(strport, "54321") != 0) {
/macosx-10.10/tcpdump-61/tcpdump/
H A Dconfigure5219 char straddr[INET6_ADDRSTRLEN], strport[16];
5235 straddr, sizeof(straddr), strport, sizeof(strport),
5241 if (strcmp(strport, "54321") != 0) {
5256 if (strcmp(strport, "54321") != 0) {

Completed in 221 milliseconds