Lines Matching defs:strport
239 char strport[NI_MAXSERV];
251 snprintf(strport, sizeof strport, "%d", port);
258 if ((gaierr = getaddrinfo(name, strport, &hints, &res)) != 0) {
291 char strport[NI_MAXSERV];
297 snprintf(strport, sizeof strport, "%u", default_ssh_port());
303 if (getaddrinfo(name, strport, &hints, &res) != 0)
322 char addr[NI_MAXHOST], strport[NI_MAXSERV];
328 snprintf(strport, sizeof strport, "%u", port);
334 if ((gaierr = getaddrinfo(name, strport, &hints, &res)) != 0) {