Lines Matching full:address
400 const IPAddress& address) {
403 EXPECT_CALL(*icmp_session_, Start(IsSameIPAddress(address), _))
405 connection_diagnostics_.PingHost(address);
409 const IPAddress& address) {
412 EXPECT_CALL(*icmp_session_, Start(IsSameIPAddress(address), _))
419 connection_diagnostics_.PingHost(address);
423 const IPAddress& address) {
433 connection_diagnostics_.OnPingHostComplete(ping_event_type, address,
438 const IPAddress& address) {
445 connection_diagnostics_.OnPingHostComplete(ping_event_type, address,
449 void ExpectFindRouteToHostStartSuccess(const IPAddress& address) {
454 RequestRouteToHost(IsSameIPAddress(address),
462 connection_diagnostics_.FindRouteToHost(address);
477 // Could be an IPv6 address, but we instrument this later with the
505 void ExpectArpTableLookupStartSuccessEndSuccess(const IPAddress& address,
507 ExpectArpTableLookup(address, true, is_gateway);
510 void ExpectArpTableLookupStartSuccessEndFailure(const IPAddress& address) {
511 ExpectArpTableLookup(address, false, false);
514 void ExpectNeighborTableLookupStartSuccess(const IPAddress& address) {
524 connection_diagnostics_.FindNeighborTableEntry(address);
536 msg.SetAttribute(NDA_DST, address_queried.address());
564 // We should send an ARP request for our own local IP address.
579 // Simulate ARP response from a sender with the same IP address as our
580 // connection, directed at our local IP address and local MAC address.
745 void ExpectArpTableLookup(const IPAddress& address, bool success,
756 IsSameIPAddress(address), _))
769 connection_diagnostics_.FindArpTableEntry(address);
810 msg.SetAttribute(NDA_DST, address_queried.address());
1012 // the resolved IP address succeeds, so we end diagnostics.
1026 // resolution succeeds, and pinging the resolved IP address succeeds, so we
1044 // address succeeds, so we end diagnostics.
1062 // resolved IP address fails, and we fail to get a route for the IP address,
1079 // resolution succeeds, pinging the resolved IP address fails, and we fail to
1080 // get a route for the IP address, so we end diagnostics.
1096 // servers succeeds, DNS resolution succeeds, pinging the resolved IP address
1097 // fails, and we fail to get a route for the IP address, so we end
1130 // resolved IP address fails, and we successfully get route for the IP
1131 // address. This address is remote, so ping the local gateway and succeed, so
1151 // Same as above, but this time the resolved IP address of the target URL
1174 // resolution succeeds, pinging the resolved IP address fails, and we
1175 // successfully get route for the IP address. This address is remote, so ping
1196 // servers succeeds, DNS resolution succeeds, pinging the resolved IP address
1197 // fails, and we successfully get route for the IP address. This address is
1228 // resolved IP address fails, and we successfully get route for the IP
1229 // address. This address is remote, pinging the local gateway fails, and we
1230 // find an ARP table entry for the gateway address, so we end diagnostics.
1251 // resolved IP address fails, and we successfully get route for the IP
1252 // address. This address is local, and we find an ARP table entry for this
1253 // address, so we end diagnostics.
1270 // resolved IP address fails, and we successfully get route for the IP
1271 // address. This address is remote, pinging the local gateway fails, ARP table
1296 // resolved IP address fails, and we successfully get route for the IP
1297 // address. This address is local, ARP table lookup fails, we check for IP
1315 // resolved IP address fails, and we successfully get route for the IP
1316 // address. This address is remote, pinging the local gateway fails, ARP table
1341 // resolved IP address fails, and we successfully get route for the IP
1342 // address. This address is local, ARP table lookup fails, we check for IP
1362 // resolved IP address fails, and we successfully get route for the IP
1363 // address. This address is remote, pinging the local IPv6 gateway fails,
1388 // resolved IP address fails, we succeed in getting a route for the IP
1389 // address. This address is a local IPv6 address, and we find a neighbor table
1410 // resolved IP address fails, and we successfully get route for the IP
1411 // address. This address is remote, pinging the local IPv6 gateway fails, and
1437 // resolved IP address fails, we succeed in getting a route for the IP
1438 // address. This address is a local IPv6 address, and we do not find a