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

  /system/connectivity/shill/
passive_link_monitor.cc 42 const int PassiveLinkMonitor::kDefaultMonitorCycles = 40;
43 const int PassiveLinkMonitor::kCyclePeriodMilliseconds = 25000;
44 const int PassiveLinkMonitor::kMinArpRequestsPerCycle = 5;
46 PassiveLinkMonitor::PassiveLinkMonitor(const ConnectionRefPtr& connection,
61 PassiveLinkMonitor::~PassiveLinkMonitor() {
65 bool PassiveLinkMonitor::Start(int num_cycles) {
74 Bind(&PassiveLinkMonitor::CycleTimeoutHandler, Unretained(this)));
81 void PassiveLinkMonitor::Stop()
    [all...]
passive_link_monitor.h 31 // PassiveLinkMonitor tracks the status of a connection by monitoring ARP
38 class PassiveLinkMonitor {
45 PassiveLinkMonitor(const ConnectionRefPtr& connection,
48 virtual ~PassiveLinkMonitor();
101 DISALLOW_COPY_AND_ASSIGN(PassiveLinkMonitor);

Completed in 138 milliseconds