HomeSort by relevance Sort by last modified time
    Searched refs:ntop (Results 1 - 7 of 7) sorted by null

  /external/openssh/
canohost.c 54 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...]
sshconnect.c 344 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
377 ntop, sizeof(ntop), strport, sizeof(strport),
383 host, ntop, strport);
398 ntop, strport, strerror(errno));
634 char ntop[NI_MAXHOST]; local
659 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST) != 0)
661 *hostfile_ipaddr = put_host_port(ntop, port);
    [all...]
sshd.c 1025 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
1034 ntop, sizeof(ntop), strport, sizeof(strport),
1064 debug("Bind to port %s on %s.", strport, ntop);
1069 strport, ntop, strerror(errno));
1079 ntop, strport, strerror(errno));
1080 logit("Server listening on %s port %s.", ntop, strport);
    [all...]
channels.c 1136 u_char *p, dest_addr[255+1], ntop[INET6_ADDRSTRLEN]; local
1221 if (inet_ntop(af, dest_addr, ntop, sizeof(ntop)) == NULL)
1223 c->path = xstrdup(ntop);
2646 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
3081 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
    [all...]
configure     [all...]
  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 94 int ntop = vLocation[1] - pLocation[1]; local
96 int nbottom = ntop + vRect.height();
99 assertEquals(top + v_offset, ntop);
  /external/chromium/third_party/libevent/
http.c 2652 char ntop[NI_MAXHOST]; local
    [all...]

Completed in 148 milliseconds