Home | History | Annotate | Download | only in openssh

Lines Matching refs:ntop

1136 	u_char *p, dest_addr[255+1], ntop[INET6_ADDRSTRLEN];
1221 if (inet_ntop(af, dest_addr, ntop, sizeof(ntop)) == NULL)
1223 c->path = xstrdup(ntop);
2646 char ntop[NI_MAXHOST], strport[NI_MAXSERV];
2739 if (getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop, sizeof(ntop),
2757 ntop, strport);
3081 char ntop[NI_MAXHOST], strport[NI_MAXSERV];
3088 ntop, sizeof(ntop), strport, sizeof(strport),
3106 "%.100s", cctx->host, ntop, strport,
3114 "in progress, fd=%d", cctx->host, ntop, strport, sock);