Searched refs:address_queried (Results 1 – 3 of 3) sorted by relevance
/system/connectivity/shill/ |
D | connection_diagnostics.cc | 790 const IPAddress& address_queried, const RTNLMessage& msg) { in OnNeighborMsgReceived() argument 802 if (!address.Equals(address_queried)) { in OnNeighborMsgReceived() 805 << address_queried.ToString() << ")"; in OnNeighborMsgReceived() 815 address_queried.ToString().c_str(), neighbor.state)); in OnNeighborMsgReceived() 816 ReportResultAndStop(address_queried.Equals(connection_->gateway()) in OnNeighborMsgReceived() 824 address_queried.ToString().c_str())); in OnNeighborMsgReceived() 825 ReportResultAndStop(address_queried.Equals(connection_->gateway()) in OnNeighborMsgReceived() 831 const IPAddress& address_queried) { in OnNeighborTableRequestTimeout() argument 836 address_queried.ToString().c_str())); in OnNeighborTableRequestTimeout() 837 ReportResultAndStop(address_queried.Equals(connection_->gateway()) in OnNeighborTableRequestTimeout()
|
D | connection_diagnostics_unittest.cc | 467 void ExpectFindRouteToHostEndSuccess(const IPAddress& address_queried, in ExpectFindRouteToHostEndSuccess() argument 487 address_queried, IPAddress(address_queried.family()), gateway, 0, in ExpectFindRouteToHostEndSuccess() 527 void ExpectNeighborTableLookupEndSuccess(const IPAddress& address_queried, in ExpectNeighborTableLookupEndSuccess() argument 536 msg.SetAttribute(NDA_DST, address_queried.address()); in ExpectNeighborTableLookupEndSuccess() 543 connection_diagnostics_.OnNeighborMsgReceived(address_queried, msg); in ExpectNeighborTableLookupEndSuccess() 547 const IPAddress& address_queried, bool is_gateway) { in ExpectNeighborTableLookupEndFailureNotReachable() argument 548 ExpectNeighborTableLookupEndFailure(address_queried, is_gateway, false); in ExpectNeighborTableLookupEndFailureNotReachable() 552 const IPAddress& address_queried, bool is_gateway) { in ExpectNeighborTableLookupEndFailureNoEntry() argument 553 ExpectNeighborTableLookupEndFailure(address_queried, is_gateway, true); in ExpectNeighborTableLookupEndFailureNoEntry() 782 void ExpectNeighborTableLookupEndFailure(const IPAddress& address_queried, in ExpectNeighborTableLookupEndFailure() argument [all …]
|
D | connection_diagnostics.h | 307 void OnNeighborMsgReceived(const IPAddress& address_queried, 313 void OnNeighborTableRequestTimeout(const IPAddress& address_queried);
|