HomeSort by: relevance | last modified time | path
    Searched defs:strport (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
canohost.c 134 char strport[NI_MAXSERV]; local
160 strport, sizeof(strport), NI_NUMERICSERV)) != 0)
163 return atoi(strport);
ssh-keyscan.c 335 char strport[NI_MAXSERV]; local
338 snprintf(strport, sizeof strport, "%d", ssh_port);
342 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0) {
ssh.c 247 char strport[NI_MAXSERV]; local
259 snprintf(strport, sizeof strport, "%d", port);
266 if ((gaierr = getaddrinfo(name, strport, &hints, &res)) != 0) {
299 char strport[NI_MAXSERV]; local
305 snprintf(strport, sizeof strport, "%u", default_ssh_port());
311 if (getaddrinfo(name, strport, &hints, &res) != 0)
330 char addr[NI_MAXHOST], strport[NI_MAXSERV]; local
336 snprintf(strport, sizeof strport, "%u", port)
    [all...]
sshconnect.c 90 char *tmp, *ret, strport[NI_MAXSERV]; local
94 snprintf(strport, sizeof strport, "%d", port);
100 "p", strport,
506 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
511 memset(strport, 0, sizeof(strport));
530 ntop, sizeof(ntop), strport, sizeof(strport),
540 "wrong address family", ntop, strport);
    [all...]
sshd.c 815 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
826 ntop, sizeof(ntop), strport, sizeof(strport),
857 debug("Bind to port %s on %s.", strport, ntop);
867 strport, ntop, strerror(errno));
877 ntop, strport, strerror(errno));
879 ntop, strport,
channels.c 3885 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
3919 snprintf(strport, sizeof strport, "%d", fwd->listen_port);
3920 if ((r = getaddrinfo(addr, strport, &hints, &aitop)) != 0) {
3956 strport, sizeof(strport),
3965 verbose("socket [%s]:%s: %.100s", ntop, strport,
3973 ntop, strport);
3982 ntop, strport, strerror(errno));
3988 error("listen [%s]:%s: %.100s", ntop, strport,
4672 char strport[MAXIMUM(NI_MAXSERV, sizeof(sunaddr->sun_path))]; local
4750 char strport[NI_MAXSERV]; local
5090 char strport[NI_MAXSERV]; local
5205 char strport[NI_MAXSERV]; local
    [all...]
servconf.c 975 char strport[NI_MAXSERV]; local
1005 snprintf(strport, sizeof strport, "%d", port);
1006 if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0)
  /src/external/bsd/libevent/dist/test/
regress_http.c 188 char strport[NI_MAXSERV]; local
197 evutil_snprintf(strport, sizeof(strport), "%d", port);
198 if (evutil_getaddrinfo(address, strport, &ai, &aitop) != 0) {
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_http.c 185 char strport[NI_MAXSERV]; local
194 evutil_snprintf(strport, sizeof(strport), "%d", port);
195 if (evutil_getaddrinfo(address, strport, &ai, &aitop) != 0) {
  /src/external/bsd/libevent/dist/
http.c 4364 char strport[NI_MAXSERV]; local
4369 ntop, sizeof(ntop), strport, sizeof(strport),
4384 ntop, sizeof(ntop), strport, sizeof(strport),
4391 *pport = mm_strdup(strport);
4439 char strport[NI_MAXSERV]; local
4448 evutil_snprintf(strport, sizeof(strport), "%d", port);
4449 if ((ai_result = evutil_getaddrinfo(address, strport, &hints, &ai)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 4362 char strport[NI_MAXSERV]; local
4367 ntop, sizeof(ntop), strport, sizeof(strport),
4382 ntop, sizeof(ntop), strport, sizeof(strport),
4389 *pport = mm_strdup(strport);
4437 char strport[NI_MAXSERV]; local
4446 evutil_snprintf(strport, sizeof(strport), "%d", port);
4447 if ((ai_result = evutil_getaddrinfo(address, strport, &hints, &ai)
    [all...]

Completed in 61 milliseconds