HomeSort by relevance Sort by last modified time
    Searched full:ifc_get_addr (Results 1 - 2 of 2) sorted by null

  /system/core/include/netutils/
ifc.h 43 extern int ifc_get_addr(const char *name, in_addr_t *addr);
  /system/core/libnetutils/
ifc_utils.c 406 if (ifc_get_addr(name, &addr) < 0)
459 int ifc_get_addr(const char *name, in_addr_t *addr) function
588 if (ifc_get_addr(ifname, &addr) < 0)

Completed in 488 milliseconds