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

  /bionic/libc/bionic/
netdb.cpp 39 netent* getnetbyaddr(uint32_t /*net*/, int /*type*/) { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetNetByAddr/
GetNetByAddr.c 70 pNetwork = getnetbyaddr ( *(uint32_t *)&IpAddress[0], AF_INET );
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnetnamadr.c 147 getnetbyaddr(uint32_t addr, int af) function
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 245 struct netent *getnetbyaddr (uint32_t, int);
  /bionic/libc/include/
netdb.h 223 struct netent* getnetbyaddr(uint32_t __net, int __type);
  /bionic/tests/headers/posix/
netdb_h.c 114 FUNCTION(getnetbyaddr, struct netent* (*f)(uint32_t, int));
  /bionic/tests/
netdb_test.cpp 398 TEST(netdb, getnetbyaddr) {
399 getnetbyaddr(0, 0);
  /external/iptables/extensions/
libxt_mangle.c 310 if ((net = getnetbyaddr((long) ntohl(addr->s_addr), AF_INET)) != NULL)
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 295 #define getnetbyaddr _getnetbyaddr
  /external/iptables/iptables/
nft-arp.c 73 if ((net = getnetbyaddr((long) ntohl(addr->s_addr), AF_INET)) != NULL)
  /external/iptables/libxtables/
xtables.c 1233 if ((net = getnetbyaddr(ntohl(addr->s_addr), AF_INET)) != NULL)
    [all...]

Completed in 1166 milliseconds