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"
30 #include "DhcpClient.h"
59 DhcpClient::DhcpClient(IDhcpEventHandlers *handlers) :
69 DhcpClient::~DhcpClient() {
75 int DhcpClient::start(Controller *c) {
102 addr.sin_port = htons(DhcpClient::STATUS_MONITOR_PORT);
134 int DhcpClient::stop() {
158 void DhcpClient::setDoArpProbe(bool probe)
    [all...]
DhcpClient.h 28 class DhcpClient {
43 DhcpClient(IDhcpEventHandlers *handlers);
44 virtual ~DhcpClient();

Completed in 130 milliseconds