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

/freebsd-current/crypto/openssh/
H A Dcanohost.c163 char strport[NI_MAXSERV]; local
193 strport, sizeof(strport), NI_NUMERICSERV)) != 0)
196 return atoi(strport);
H A Dsshconnect.c91 char *tmp, *ret, strport[NI_MAXSERV]; local
95 snprintf(strport, sizeof strport, "%d", port);
101 "p", strport,
453 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
458 memset(strport, 0, sizeof(strport));
477 ntop, sizeof(ntop), strport, sizeof(strport),
487 "wrong address family", ntop, strport);
[all...]
H A Dssh-keyscan.c367 char strport[NI_MAXSERV]; local
370 snprintf(strport, sizeof strport, "%d", ssh_port);
374 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0) {
H A Dchannels.c3804 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
3838 snprintf(strport, sizeof strport, "%d", fwd->listen_port);
3839 if ((r = getaddrinfo(addr, strport, &hints, &aitop)) != 0) {
3875 strport, sizeof(strport),
3884 verbose("socket [%s]:%s: %.100s", ntop, strport,
3894 ntop, strport);
3904 ntop, strport, strerror(errno));
3907 ntop, strport, strerro
4602 char strport[MAXIMUM(NI_MAXSERV, sizeof(sunaddr->sun_path))]; local
4680 char strport[NI_MAXSERV]; local
5022 char strport[NI_MAXSERV]; local
5179 char strport[NI_MAXSERV]; local
[all...]
H A Dssh.c255 char strport[NI_MAXSERV]; local
267 snprintf(strport, sizeof strport, "%d", port);
274 if ((gaierr = getaddrinfo(name, strport, &hints, &res)) != 0) {
307 char strport[NI_MAXSERV]; local
313 snprintf(strport, sizeof strport, "%u", default_ssh_port());
319 if (getaddrinfo(name, strport, &hints, &res) != 0)
338 char addr[NI_MAXHOST], strport[NI_MAXSERV]; local
344 snprintf(strport, sizeo
[all...]
H A Dsshd.c1045 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
1054 ntop, sizeof(ntop), strport, sizeof(strport),
1089 debug("Bind to port %s on %s.", strport, ntop);
1094 strport, ntop, strerror(errno));
1104 ntop, strport, strerror(errno));
1106 ntop, strport,
H A Dservconf.c797 char strport[NI_MAXSERV]; local
827 snprintf(strport, sizeof strport, "%d", port);
828 if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0)
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dhttp.c4360 char strport[NI_MAXSERV]; local
4365 ntop, sizeof(ntop), strport, sizeof(strport),
4380 ntop, sizeof(ntop), strport, sizeof(strport),
4387 *pport = mm_strdup(strport);
4435 char strport[NI_MAXSERV]; local
4444 evutil_snprintf(strport, sizeof(strport), "%d", port);
4445 if ((ai_result = evutil_getaddrinfo(address, strport,
[all...]
/freebsd-current/contrib/libevent/
H A Dhttp.c4360 char strport[NI_MAXSERV]; local
4365 ntop, sizeof(ntop), strport, sizeof(strport),
4380 ntop, sizeof(ntop), strport, sizeof(strport),
4387 *pport = mm_strdup(strport);
4435 char strport[NI_MAXSERV]; local
4444 evutil_snprintf(strport, sizeof(strport), "%d", port);
4445 if ((ai_result = evutil_getaddrinfo(address, strport,
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c183 char strport[NI_MAXSERV]; local
192 evutil_snprintf(strport, sizeof(strport), "%d", port);
193 if (evutil_getaddrinfo(address, strport, &ai, &aitop) != 0) {
/freebsd-current/contrib/libevent/test/
H A Dregress_http.c183 char strport[NI_MAXSERV]; local
192 evutil_snprintf(strport, sizeof(strport), "%d", port);
193 if (evutil_getaddrinfo(address, strport, &ai, &aitop) != 0) {

Completed in 227 milliseconds