Searched refs:m_slowArpCallback (Results 1 – 2 of 2) sorted by relevance
157 std::function<void(bool isReachable)> m_slowArpCallback; variable
97 m_slowArpCallback = [this](bool isReachable) { this->SlowArpDetectCallback(isReachable); }; in DhcpClientStateMachine()1776 m_slowArpCallback(ret); in SlowArpDetect()