Home | History | Annotate | Download | only in openssh

Lines Matching refs:strport

90 	char *shell, strport[NI_MAXSERV];
96 snprintf(strport, sizeof strport, "%hu", port);
106 command_string = percent_expand(tmp, "h", host, "p", strport,
344 char ntop[NI_MAXHOST], strport[NI_MAXSERV];
358 snprintf(strport, sizeof strport, "%u", port);
359 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0)
377 ntop, sizeof(ntop), strport, sizeof(strport),
383 host, ntop, strport);
398 ntop, strport, strerror(errno));
412 host, strport, strerror(errno));