Searched defs:ntop (Results 1 - 5 of 5) sorted by relevance

/external/openssh/
H A Dcanohost.c53 char name[NI_MAXHOST], ntop[NI_MAXHOST], ntop2[NI_MAXHOST]; local
64 check_ip_options(sock, ntop);
71 if (getnameinfo((struct sockaddr *)&from, fromlen, ntop, sizeof(ntop),
76 return xstrdup(ntop);
78 debug3("Trying to reverse map address %.100s.", ntop);
83 return xstrdup(ntop);
96 name, ntop);
98 return xstrdup(ntop);
118 "[%s] failed - POSSIBLE BREAK-IN ATTEMPT!", name, ntop);
245 char ntop[NI_MAXHOST]; local
[all...]
H A Dsshconnect.c432 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
452 ntop, sizeof(ntop), strport, sizeof(strport),
458 host, ntop, strport);
473 ntop, strport, strerror(errno));
747 char ntop[NI_MAXHOST]; local
772 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST) != 0)
774 *hostfile_ipaddr = put_host_port(ntop, port);
H A Dsshd.c1161 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
1170 ntop, sizeof(ntop), strport, sizeof(strport),
1200 debug("Bind to port %s on %s.", strport, ntop);
1205 strport, ntop, strerror(errno));
1215 ntop, strport, strerror(errno));
1216 logit("Server listening on %s port %s.", ntop, strport);
H A Dchannels.c1176 char dest_addr[255+1], ntop[INET6_ADDRSTRLEN]; local
1260 if (inet_ntop(af, dest_addr, ntop, sizeof(ntop)) == NULL)
1262 c->path = xstrdup(ntop);
2824 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
2893 if (getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop, sizeof(ntop),
2911 ntop, strport);
3632 char ntop[NI_MAXHOST], strport[MAX(NI_MAXSERV,sizeof(sunaddr->sun_path))]; local
3639 strlcpy(ntop, "uni
[all...]
/external/libevent/
H A Dhttp.c3787 char ntop[NI_MAXHOST]; local
3793 ntop, sizeof(ntop), strport, sizeof(strport),
3808 ntop, sizeof(ntop), strport, sizeof(strport),
3814 *phost = mm_strdup(ntop);

Completed in 227 milliseconds