Lines Matching refs:ntop
1240 char dest_addr[255+1], ntop[INET6_ADDRSTRLEN]; in channel_decode_socks5() local
1324 if (inet_ntop(af, dest_addr, ntop, sizeof(ntop)) == NULL) in channel_decode_socks5()
1326 c->path = xstrdup(ntop); in channel_decode_socks5()
3190 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
3259 if (getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop, sizeof(ntop),
3277 ntop, strport);
3964 char ntop[NI_MAXHOST], strport[MAXIMUM(NI_MAXSERV,sizeof(sunaddr->sun_path))]; local
3971 strlcpy(ntop, "unix", sizeof(ntop));
3977 ntop, sizeof(ntop), strport, sizeof(strport),
3999 "%.100s", cctx->host, ntop, strport,
4009 "in progress, fd=%d", cctx->host, ntop, strport, sock);