Home
last modified time | relevance | path

Searched refs:ntop (Results 1 – 12 of 12) sorted by relevance

/NextBSD/crypto/openssh/
HDcanohost.c52 char name[NI_MAXHOST], ntop[NI_MAXHOST], ntop2[NI_MAXHOST]; in get_remote_hostname() local
63 check_ip_options(sock, ntop); in get_remote_hostname()
70 if (getnameinfo((struct sockaddr *)&from, fromlen, ntop, sizeof(ntop), in get_remote_hostname()
75 return xstrdup(ntop); in get_remote_hostname()
77 debug3("Trying to reverse map address %.100s.", ntop); in get_remote_hostname()
82 return xstrdup(ntop); in get_remote_hostname()
95 name, ntop); in get_remote_hostname()
97 return xstrdup(ntop); in get_remote_hostname()
117 "[%s] failed - POSSIBLE BREAK-IN ATTEMPT!", name, ntop); in get_remote_hostname()
118 return xstrdup(ntop); in get_remote_hostname()
[all …]
HDsshconnect.c456 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; in ssh_connect_direct() local
476 ntop, sizeof(ntop), strport, sizeof(strport), in ssh_connect_direct()
482 host, ntop, strport); in ssh_connect_direct()
497 ntop, strport, strerror(errno)); in ssh_connect_direct()
770 char ntop[NI_MAXHOST]; in get_hostfile_hostname_ipaddr() local
795 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST) != 0) in get_hostfile_hostname_ipaddr()
797 *hostfile_ipaddr = put_host_port(ntop, port); in get_hostfile_hostname_ipaddr()
HDchannels.c1190 char dest_addr[255+1], ntop[INET6_ADDRSTRLEN]; in channel_decode_socks5() local
1274 if (inet_ntop(af, dest_addr, ntop, sizeof(ntop)) == NULL) in channel_decode_socks5()
1276 c->path = xstrdup(ntop); in channel_decode_socks5()
2811 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
2877 if (getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop, sizeof(ntop),
2895 ntop, strport);
3332 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
3339 ntop, sizeof(ntop), strport, sizeof(strport),
3357 "%.100s", cctx->host, ntop, strport,
3365 "in progress, fd=%d", cctx->host, ntop, strport, sock);
HDsshd.c1102 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
1113 ntop, sizeof(ntop), strport, sizeof(strport),
1143 debug("Bind to port %s on %s.", strport, ntop);
1153 strport, ntop, strerror(errno));
1163 ntop, strport, strerror(errno));
1164 logit("Server listening on %s port %s.", ntop, strport);
HDconfigure.ac2102 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL;
2119 err = getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop,
2120 sizeof(ntop), strport, sizeof(strport),
2170 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL;
2187 err = getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop,
2188 sizeof(ntop), strport, sizeof(strport),
HDconfigure11545 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL;
11562 err = getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop,
11563 sizeof(ntop), strport, sizeof(strport),
11636 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL;
11653 err = getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop,
11654 sizeof(ntop), strport, sizeof(strport),
/NextBSD/bin/sh/
HDparser.c270 union node *ntop, *n1, *n2, *n3; in list() local
276 ntop = n1 = NULL; in list()
293 if (ntop == NULL) in list()
294 ntop = n2; in list()
296 n1 = makebinary(NSEMI, ntop, n2); in list()
297 ntop = n1; in list()
313 return ntop; in list()
316 return ntop; in list()
322 return ntop; in list()
329 return ntop; in list()
[all …]
/NextBSD/contrib/ipfilter/tools/
HDippool_y.y769 ip_pool_node_t *ntop, *ipn, node, *last; local
778 ntop = NULL;
790 ntop = ipn;
796 return ntop;
/NextBSD/contrib/ntp/sntp/libevent/
HDhttp.c4117 char ntop[NI_MAXHOST]; in name_from_addr() local
4123 ntop, sizeof(ntop), strport, sizeof(strport), in name_from_addr()
4138 ntop, sizeof(ntop), strport, sizeof(strport), in name_from_addr()
4144 *phost = mm_strdup(ntop); in name_from_addr()
/NextBSD/contrib/tcpdump/
HDconfigure.in604 # resolver, and the way it defines inet_{ntop,pton} is rather strange;
/NextBSD/contrib/ldns/
HDChangelog16 * Fix b{32,64}_{ntop,pton} detection and handling.
/NextBSD/contrib/unbound/doc/
HDChangelog4983 - ntop output is null terminated by unbound.