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

  /system/core/include/netutils/
ifc.h 42 extern int ifc_get_addr(const char *name, in_addr_t *addr);
  /system/core/libnetutils/
ifc_utils.c 401 if (ifc_get_addr(name, &addr) < 0)
454 int ifc_get_addr(const char *name, in_addr_t *addr) function
592 if (ifc_get_addr(ifname, &addr) < 0)

Completed in 137 milliseconds