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 39 extern int ifc_get_addr(const char *name, in_addr_t *addr);
  /system/core/libnetutils/
ifc_utils.c 402 if (ifc_get_addr(name, &addr) < 0)
455 int ifc_get_addr(const char *name, in_addr_t *addr) function
593 if (ifc_get_addr(ifname, &addr) < 0)

Completed in 20 milliseconds