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

  /system/core/include/netutils/
ifc.h 40 extern int ifc_set_addr(const char *name, in_addr_t addr);
  /system/core/libnetutils/
ifc_utils.c 226 int ifc_set_addr(const char *name, in_addr_t addr) function
235 if (DBG) printerr("ifc_set_addr(%s, xx) = %d", name, ret);
405 ifc_set_addr(name, 0);
591 ifc_set_addr(ifname, 0);
596 ifc_set_addr(ifname, 0);
799 if (ifc_set_addr(ifname, address)) {
dhcpclient.c 528 if (ifc_set_addr(iname, 0)) {
  /system/netd/
CommandListener.cpp 354 if (ifc_set_addr(argv[2], addr.s_addr)) {
    [all...]

Completed in 2474 milliseconds