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

  /system/core/libnetutils/
dhcptool.c 35 int rc = do_dhcp(interface);
37 error(0, errno, "dhcptool %s: do_dhcp failed", interface);
dhcpclient.c 532 int do_dhcp(char *iname) function
  /system/core/include/netutils/
dhcp.h 25 extern int do_dhcp(char *iname);
  /hardware/libhardware_legacy/wifi/
wifi.c 42 extern int do_dhcp();
180 if (do_dhcp(primary_iface) < 0) {

Completed in 878 milliseconds