Searched refs:gateway_ip_ (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/
H A Dactive_link_monitor_unittest.cc138 gateway_ip_(IPAddress::kFamilyIPv4),
167 EXPECT_TRUE(gateway_ip_.SetAddressFromString(kRemoteIPAddress));
168 EXPECT_CALL(*connection_, gateway()).WillRepeatedly(ReturnRef(gateway_ip_));
251 IsArpRequest(local_ip_, gateway_ip_, local_mac_, destination_mac)))
287 ReceiveResponse(ARPOP_REPLY, gateway_ip_, gateway_mac_,
363 IPAddress gateway_ip_; member in class:shill::ActiveLinkMonitorTest
430 ReceiveResponse(ARPOP_REPLY, gateway_ip_, gateway_mac_,
431 gateway_ip_, local_mac_);
436 ReceiveResponse(ARPOP_REPLY, gateway_ip_, gateway_mac_,
447 ReceiveResponse(ARPOP_REQUEST, gateway_ip_, gateway_mac
[all...]

Completed in 29 milliseconds