Lines Matching refs:address_queried
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
794 connection_diagnostics_.OnNeighborTableRequestTimeout(address_queried); in ExpectNeighborTableLookupEndFailure()
810 msg.SetAttribute(NDA_DST, address_queried.address()); in ExpectNeighborTableLookupEndFailure()
811 connection_diagnostics_.OnNeighborMsgReceived(address_queried, msg); in ExpectNeighborTableLookupEndFailure()