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

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

Completed in 851 milliseconds