Lines Matching refs:ntop
1378 char dest_addr[255+1], ntop[INET6_ADDRSTRLEN]; in channel_decode_socks5() local
1480 if (inet_ntop(af, dest_addr, ntop, sizeof(ntop)) == NULL) in channel_decode_socks5()
1482 c->path = xstrdup(ntop); in channel_decode_socks5()
3387 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
3457 if (getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop, sizeof(ntop),
3467 verbose("socket [%s]:%s: %.100s", ntop, strport,
3477 ntop, strport);
3487 ntop, strport, strerror(errno));
3490 ntop, strport, strerror(errno));
3498 error("listen [%s]:%s: %.100s", ntop, strport,
4189 char ntop[NI_MAXHOST]; local
4197 strlcpy(ntop, "unix", sizeof(ntop));
4203 ntop, sizeof(ntop), strport, sizeof(strport),
4225 "%.100s", cctx->host, ntop, strport,
4235 "in progress, fd=%d", cctx->host, ntop, strport, sock);