Lines Matching refs:Connection
26 #include "shill/connection.h"
44 static string ObjectID(Connection* c) { return c->interface_name(); }
54 "Connection: Close\r\n\r\n";
56 HTTPRequest::HTTPRequest(ConnectionRefPtr connection,
59 : connection_(connection),
73 new DNSClient(connection->IsIPv6() ? IPAddress::kFamilyIPv6
75 connection->interface_name(),
76 connection->dns_servers(),
131 // Only install callbacks after connection succeeds in starting.
177 // Start a connection timeout only if we didn't synchronously connect.
207 LOG(ERROR) << "Socket connection delayed failure to "
266 LOG(ERROR) << "Connection with "