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

  /external/openssh/
canohost.c 53 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...]
sshconnect.c 432 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
452 ntop, sizeof(ntop), strport, sizeof(strport),
458 host, ntop, strport);
473 ntop, strport, strerror(errno));
747 char ntop[NI_MAXHOST]; local
772 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST) != 0)
774 *hostfile_ipaddr = put_host_port(ntop, port);
    [all...]
sshd.c 1161 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
1170 ntop, sizeof(ntop), strport, sizeof(strport),
1200 debug("Bind to port %s on %s.", strport, ntop);
1205 strport, ntop, strerror(errno));
1215 ntop, strport, strerror(errno));
1216 logit("Server listening on %s port %s.", ntop, strport);
    [all...]
channels.c 1176 char dest_addr[255+1], ntop[INET6_ADDRSTRLEN]; local
2824 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
3632 char ntop[NI_MAXHOST], strport[MAX(NI_MAXSERV,sizeof(sunaddr->sun_path))]; local
    [all...]
configure     [all...]
  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 99 int ntop = vLocation[1] - pLocation[1]; local
101 int nbottom = ntop + vRect.height();
104 assertEquals(top + v_offset, ntop);
  /external/libevent/
http.c 3787 char ntop[NI_MAXHOST]; local
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1.go 9 // http://luca.ntop.org/Teaching/Appunti/asn1.html.
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1.go 9 // http://luca.ntop.org/Teaching/Appunti/asn1.html.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 952 milliseconds