Home
last modified time | relevance | path

Searched refs:gateway_supports_unicast_arp_ (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dactive_link_monitor.h103 return gateway_supports_unicast_arp_; in gateway_supports_unicast_arp()
107 gateway_supports_unicast_arp_ = gateway_supports_unicast_arp; in set_gateway_supports_unicast_arp()
189 bool gateway_supports_unicast_arp_; variable
Dactive_link_monitor.cc75 gateway_supports_unicast_arp_(false), in ActiveLinkMonitor()
104 gateway_supports_unicast_arp_ = false; in Stop()
212 if (gateway_supports_unicast_arp_) { in AddMissedResponse()
279 SLOG_IF(Link, 2, !gateway_supports_unicast_arp_) in ReceiveResponse()
282 gateway_supports_unicast_arp_ = true; in ReceiveResponse()
Dactive_link_monitor_unittest.cc228 return monitor_.gateway_supports_unicast_arp_; in GatewaySupportsUnicastArp()