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

/freebsd-10.0-release/crypto/openssh/
H A Dcanohost.c54 char name[NI_MAXHOST], ntop[NI_MAXHOST], ntop2[NI_MAXHOST]; local
65 check_ip_options(sock, ntop);
72 if (getnameinfo((struct sockaddr *)&from, fromlen, ntop, sizeof(ntop),
77 return xstrdup(ntop);
79 debug3("Trying to reverse map address %.100s.", ntop);
84 return xstrdup(ntop);
97 name, ntop);
99 return xstrdup(ntop);
123 "[%s] failed - POSSIBLE BREAK-IN ATTEMPT!", name, ntop);
251 char ntop[NI_MAXHOST]; local
[all...]
H A Dsshconnect.c380 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
413 ntop, sizeof(ntop), strport, sizeof(strport),
419 host, ntop, strport);
434 ntop, strport, strerror(errno));
687 char ntop[NI_MAXHOST]; local
712 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST) != 0)
714 *hostfile_ipaddr = put_host_port(ntop, port);
H A Dsshd.c1084 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
1095 ntop, sizeof(ntop), strport, sizeof(strport),
1125 debug("Bind to port %s on %s.", strport, ntop);
1135 strport, ntop, strerror(errno));
1145 ntop, strport, strerror(errno));
1146 logit("Server listening on %s port %s.", ntop, strport);
H A Dchannels.c1187 char dest_addr[255+1], ntop[INET6_ADDRSTRLEN]; local
1271 if (inet_ntop(af, dest_addr, ntop, sizeof(ntop)) == NULL)
1273 c->path = xstrdup(ntop);
2793 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
2859 if (getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop, sizeof(ntop),
2877 ntop, strport);
3314 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
3321 ntop, sizeo
[all...]
H A Dconfigure10929 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL;
10946 err = getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop,
10947 sizeof(ntop), strport, sizeof(strport),
11020 char ntop[NI_MAXHOST], strport[NI_MAXSERV], *name = NULL;
11037 err = getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop,
11038 sizeof(ntop), strport, sizeof(strport),
/freebsd-10.0-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.0-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;

Completed in 108 milliseconds