Searched refs:DhcpClient (Results 1 – 3 of 3) sorted by relevance
53 DhcpClient::DhcpClient(uint32_t options) in DhcpClient() function in DhcpClient62 Result DhcpClient::init(const char* interfaceName) { in init()85 Result DhcpClient::run() { in run()192 const char* DhcpClient::stateToStr(State state) { in stateToStr()210 void DhcpClient::waitAndReceive(const sigset_t& pollSignalMask) { in waitAndReceive()302 bool DhcpClient::configureDhcp(const Message& msg) { in configureDhcp()465 void DhcpClient::haltNetwork() { in haltNetwork()476 bool DhcpClient::receiveDhcpMessage(Message* msg) { in receiveDhcpMessage()488 uint32_t DhcpClient::calculateTimeoutMillis() { in calculateTimeoutMillis()500 void DhcpClient::increaseTimeout() { in increaseTimeout()[all …]
35 class DhcpClient {39 explicit DhcpClient(uint32_t options);
57 DhcpClient client(options); in main()