Home | History | Annotate | Download | only in shill

Lines Matching full:address

77 //         (K) Otherwise, ping the IP address of the target web server.
81 // a route to the IP address of the target web server.
85 // address, look for a neighbor table entry.
93 // address, ping the local gateway.
97 // (T) If the local gateway is at an IPv6 address and does
100 // (U) If the local gateway is at an IPv4 address and does
102 // for its address (step V).
104 // local IPv4 address, look for an ARP table entry for it.
109 // address collision in the local network by sending out
110 // an ARP request for the local IP address of this
114 // (Z) If no reply was received, no IP address collision
249 // Attempts to resolve the IP address of |target_url_| using |dns_servers|.
256 // Finds a route to the host at |address| by querying the kernel's routing
258 void FindRouteToHost(const IPAddress& address);
260 // Finds an ARP table entry for |address| by querying the kernel's ARP table.
261 void FindArpTableEntry(const IPAddress& address);
263 // Finds a neighbor table entry for |address| by requesting an RTNL neighbor
264 // table dump, and looking for a matching neighbor table entry for |address|
266 void FindNeighborTableEntry(const IPAddress& address);
269 // address assigned to |connection_|.
272 // Starts an IcmpSession with |address|. Called when we want to ping the
274 void PingHost(const IPAddress& address);
279 // Attempts to resolve the IP address of |target_url_| again if at least one
285 // Called after the DNS IP address resolution on started in
287 void OnDNSResolutionComplete(const Error& error, const IPAddress& address);
340 // Used to get the MAC address of the device associated with |connection_|.
343 // The MAC address of device associated with |connection_|.