Lines Matching refs:strport
2646 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
2703 snprintf(strport, sizeof strport, "%d", listen_port);
2704 if ((r = getaddrinfo(addr, strport, &hints, &aitop)) != 0) {
2740 strport, sizeof(strport), NI_NUMERICHOST|NI_NUMERICSERV) != 0) {
2757 ntop, strport);
3081 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
3088 ntop, sizeof(ntop), strport, sizeof(strport),
3106 "%.100s", cctx->host, ntop, strport,
3114 "in progress, fd=%d", cctx->host, ntop, strport, sock);
3140 char strport[NI_MAXSERV]; local
3148 snprintf(strport, sizeof strport, "%d", port);
3149 if ((gaierr = getaddrinfo(host, strport, &hints, &cctx.aitop)) != 0) {
3258 char strport[NI_MAXSERV]; local
3272 snprintf(strport, sizeof strport, "%d", port);
3273 if ((gaierr = getaddrinfo(NULL, strport, &hints, &aitop)) != 0) {
3385 char strport[NI_MAXSERV]; local
3452 snprintf(strport, sizeof strport, "%u", 6000 + display_number);
3453 if ((gaierr = getaddrinfo(buf, strport, &hints, &aitop)) != 0) {