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

  /external/openssh/
canohost.c 72 char ntop[NI_MAXHOST]; local
97 if ((r = getnameinfo((struct sockaddr *)&addr, addrlen, ntop,
98 sizeof(ntop), NULL, 0, flags)) != 0) {
103 return xstrdup(ntop);
auth.c 831 const char *ntop = ssh_remote_ipaddr(ssh); local
839 return strdup(ntop);
846 debug3("Trying to reverse map address %.100s.", ntop);
851 return strdup(ntop);
864 name, ntop);
866 return strdup(ntop);
886 "[%s] failed.", name, ntop);
887 return strdup(ntop);
893 (strcmp(ntop, ntop2) == 0))
901 "map back to the address.", ntop, name)
    [all...]
sshconnect.c 432 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
436 memset(ntop, 0, sizeof(ntop));
454 ntop, sizeof(ntop), strport, sizeof(strport),
460 host, ntop, strport);
475 ntop, strport, strerror(errno));
749 char ntop[NI_MAXHOST]; local
774 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST) != 0
    [all...]
sshd.c 1022 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
1031 ntop, sizeof(ntop), strport, sizeof(strport),
1066 debug("Bind to port %s on %s.", strport, ntop);
1071 strport, ntop, strerror(errno));
1081 ntop, strport, strerror(errno));
1082 logit("Server listening on %s port %s.", ntop, strport);
    [all...]
channels.c 1240 char dest_addr[255+1], ntop[INET6_ADDRSTRLEN]; local
3190 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
3964 char ntop[NI_MAXHOST], strport[MAXIMUM(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...]
  /external/python/cpython2/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 648 milliseconds