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

/freebsd-10.3-release/crypto/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.c435 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
439 memset(ntop, 0, sizeof(ntop));
457 ntop, sizeof(ntop), strport, sizeof(strport),
463 host, ntop, strport);
478 ntop, strport, strerror(errno));
751 char ntop[NI_MAXHOST]; local
776 ntop, sizeof(ntop), NUL
[all...]
H A Dsshd.c1179 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
1190 ntop, sizeof(ntop), strport, sizeof(strport),
1220 debug("Bind to port %s on %s.", strport, ntop);
1229 strport, ntop, strerror(errno));
1239 ntop, strport, strerror(errno));
1240 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...]
/freebsd-10.3-release/bin/sh/
H A Dparser.c268 union node *ntop, *n1, *n2, *n3; local
274 ntop = n1 = NULL;
291 if (ntop == NULL)
292 ntop = n2;
294 n1 = makebinary(NSEMI, ntop, n2);
295 ntop = n1;
311 return ntop;
314 return ntop;
320 return ntop;
327 return ntop;
[all...]
/freebsd-10.3-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.3-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 185 milliseconds