Lines Matching refs:strport
2805 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
2835 snprintf(strport, sizeof strport, "%d", fwd->listen_port);
2836 if ((r = getaddrinfo(addr, strport, &hints, &aitop)) != 0) {
2871 strport, sizeof(strport), NI_NUMERICHOST|NI_NUMERICSERV) != 0) {
2888 ntop, strport);
3609 char ntop[NI_MAXHOST], strport[MAX(NI_MAXSERV,sizeof(sunaddr->sun_path))]; local
3617 strlcpy(strport, sunaddr->sun_path, sizeof(strport));
3622 ntop, sizeof(ntop), strport, sizeof(strport),
3644 "%.100s", cctx->host, ntop, strport,
3654 "in progress, fd=%d", cctx->host, ntop, strport, sock);
3681 char strport[NI_MAXSERV]; local
3716 snprintf(strport, sizeof strport, "%d", port);
3717 if ((gaierr = getaddrinfo(name, strport, &hints, &cctx.aitop)) != 0) {
3876 char strport[NI_MAXSERV]; local
3890 snprintf(strport, sizeof strport, "%d", port);
3891 if ((gaierr = getaddrinfo(NULL, strport, &hints, &aitop)) != 0) {
4003 char strport[NI_MAXSERV]; local
4070 snprintf(strport, sizeof strport, "%u", 6000 + display_number);
4071 if ((gaierr = getaddrinfo(buf, strport, &hints, &aitop)) != 0) {