Searched refs:ntop (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dcanohost.c52 char name[NI_MAXHOST], ntop[NI_MAXHOST], ntop2[NI_MAXHOST]; local
63 check_ip_options(sock, ntop);
70 if (getnameinfo((struct sockaddr *)&from, fromlen, ntop, sizeof(ntop),
75 return xstrdup(ntop);
77 debug3("Trying to reverse map address %.100s.", ntop);
82 return xstrdup(ntop);
95 name, ntop);
97 return xstrdup(ntop);
117 "[%s] failed - POSSIBLE BREAK-IN ATTEMPT!", name, ntop);
244 char ntop[NI_MAXHOST]; local
[all...]
H A Dsshconnect.c456 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
476 ntop, sizeof(ntop), strport, sizeof(strport),
482 host, ntop, strport);
497 ntop, strport, strerror(errno));
770 char ntop[NI_MAXHOST]; local
795 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST) != 0)
797 *hostfile_ipaddr = put_host_port(ntop, port);
H A Dsshd.c1103 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
1114 ntop, sizeof(ntop), strport, sizeof(strport),
1144 debug("Bind to port %s on %s.", strport, ntop);
1154 strport, ntop, strerror(errno));
1164 ntop, strport, strerror(errno));
1165 logit("Server listening on %s port %s.", ntop, strport);
H A Dchannels.c1190 char dest_addr[255+1], ntop[INET6_ADDRSTRLEN]; local
1274 if (inet_ntop(af, dest_addr, ntop, sizeof(ntop)) == NULL)
1276 c->path = xstrdup(ntop);
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, sizeo
[all...]
H A Dconfigure11545 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),
/freebsd-10.1-release/bin/sh/
H A Dparser.c235 union node *ntop, *n1, *n2, *n3; local
241 ntop = n1 = NULL;
258 if (ntop == NULL)
259 ntop = n2;
261 n1 = makebinary(NSEMI, ntop, n2);
262 ntop = n1;
278 return ntop;
281 return ntop;
287 return ntop;
294 return ntop;
[all...]
/freebsd-10.1-release/contrib/ipfilter/tools/
H A Dippool_y.y772 ip_pool_node_t *ntop, *ipn, node, *last;
781 ntop = NULL;
793 ntop = ipn;
799 return ntop;
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Dhttp.c4117 char ntop[NI_MAXHOST]; local
4123 ntop, sizeof(ntop), strport, sizeof(strport),
4138 ntop, sizeof(ntop), strport, sizeof(strport),
4144 *phost = mm_strdup(ntop);

Completed in 151 milliseconds