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

  /src/crypto/external/bsd/openssh/dist/
canohost.c 133 char strport[NI_MAXSERV]; local
159 strport, sizeof(strport), NI_NUMERICSERV)) != 0)
162 return atoi(strport);
sshconnect.c 85 char *tmp, *ret, strport[NI_MAXSERV]; local
89 snprintf(strport, sizeof strport, "%d", port);
95 "p", strport,
501 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
506 memset(strport, 0, sizeof(strport));
525 ntop, sizeof(ntop), strport, sizeof(strport),
535 "wrong address family", ntop, strport);
    [all...]
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) {
channels.c 3893 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
3927 snprintf(strport, sizeof strport, "%d", fwd->listen_port);
3928 if ((r = getaddrinfo(addr, strport, &hints, &aitop)) != 0) {
3964 strport, sizeof(strport),
3973 verbose("socket [%s]:%s: %.100s", ntop, strport,
3981 ntop, strport);
3990 ntop, strport, strerror(errno));
3996 error("listen [%s]:%s: %.100s", ntop, strport,
4680 char strport[MAXIMUM(NI_MAXSERV, sizeof(sunaddr->sun_path))]; local
4758 char strport[NI_MAXSERV]; local
5098 char strport[NI_MAXSERV]; local
5213 char strport[NI_MAXSERV]; local
    [all...]
sshd.c 819 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
830 ntop, sizeof(ntop), strport, sizeof(strport),
861 debug("Bind to port %s on %s.", strport, ntop);
871 strport, ntop, strerror(errno));
881 ntop, strport, strerror(errno));
883 ntop, strport,
ssh.c 237 char strport[NI_MAXSERV]; local
249 snprintf(strport, sizeof strport, "%d", port);
256 if ((gaierr = getaddrinfo(name, strport, &hints, &res)) != 0) {
289 char strport[NI_MAXSERV]; local
295 snprintf(strport, sizeof strport, "%u", default_ssh_port());
301 if (getaddrinfo(name, strport, &hints, &res) != 0)
320 char addr[NI_MAXHOST], strport[NI_MAXSERV]; local
326 snprintf(strport, sizeof strport, "%u", port)
    [all...]
servconf.c 985 char strport[NI_MAXSERV]; local
1015 snprintf(strport, sizeof strport, "%d", port);
1016 if ((gaierr = getaddrinfo(addr, strport, &hints, &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...]
  /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) {

Completed in 69 milliseconds