Lines Matching refs:strport
2824 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
2858 snprintf(strport, sizeof strport, "%d", fwd->listen_port);
2859 if ((r = getaddrinfo(addr, strport, &hints, &aitop)) != 0) {
2894 strport, sizeof(strport), NI_NUMERICHOST|NI_NUMERICSERV) != 0) {
2911 ntop, strport);
3632 char ntop[NI_MAXHOST], strport[MAX(NI_MAXSERV,sizeof(sunaddr->sun_path))]; local
3640 strlcpy(strport, sunaddr->sun_path, sizeof(strport));
3645 ntop, sizeof(ntop), strport, sizeof(strport),
3667 "%.100s", cctx->host, ntop, strport,
3677 "in progress, fd=%d", cctx->host, ntop, strport, sock);
3704 char strport[NI_MAXSERV]; local
3739 snprintf(strport, sizeof strport, "%d", port);
3740 if ((gaierr = getaddrinfo(name, strport, &hints, &cctx.aitop)) != 0) {
3899 char strport[NI_MAXSERV]; local
3913 snprintf(strport, sizeof strport, "%d", port);
3914 if ((gaierr = getaddrinfo(NULL, strport, &hints, &aitop)) != 0) {
4026 char strport[NI_MAXSERV]; local
4093 snprintf(strport, sizeof strport, "%u", 6000 + display_number);
4094 if ((gaierr = getaddrinfo(buf, strport, &hints, &aitop)) != 0) {