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

  /system/core/nexus/
DhcpClient.cpp 24 #define LOG_TAG "DhcpClient"
33 #include "DhcpClient.h"
39 DhcpClient::DhcpClient(IDhcpEventHandlers *handlers) :
49 DhcpClient::~DhcpClient() {
55 int DhcpClient::start(Controller *c) {
82 addr.sin_port = htons(DhcpClient::STATUS_MONITOR_PORT);
114 int DhcpClient::stop() {
138 void DhcpClient::setDoArpProbe(bool probe)
    [all...]
DhcpClient.h 28 class DhcpClient {
43 DhcpClient(IDhcpEventHandlers *handlers);
44 virtual ~DhcpClient();

Completed in 262 milliseconds