HomeSort by relevance Sort by last modified time
    Searched refs:getnetbyname (Results 76 - 82 of 82) sorted by null

1 2 34

  /external/libpcap/
nametoaddr.c 151 if ((np = getnetbyname(name)) != NULL)
157 * There's no "getnetbyname()" on Windows.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
netdb.h 223 extern struct netent *getnetbyname (__const char *__name);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
netdb.h 223 extern struct netent *getnetbyname (__const char *__name);
  /bionic/libc/bionic/
stubs.cpp 416 netent* getnetbyname(const char* /*name*/) { function
  /external/ltrace/etc/
libc.so.conf 144 addr getnetbyname(string);
  /external/iptables/libxtables/
xtables.c 1320 if ((net = getnetbyname(name)) != NULL) {
    [all...]
  /external/ppp/pppd/
auth.c     [all...]

Completed in 3757 milliseconds

1 2 34