Searched refs:kInvalidSocket (Results 1 – 6 of 6) sorted by relevance
53 const int HostapdMonitor::kInvalidSocket = -1; member in apmanager::HostapdMonitor65 hostapd_socket_(kInvalidSocket), in HostapdMonitor()73 if (hostapd_socket_ != kInvalidSocket) { in ~HostapdMonitor()119 if (hostapd_socket_ != kInvalidSocket) { in AttachToHostapd()
70 static const int kInvalidSocket; variable
52 const int RTNLHandler::kInvalidSocket = -1; member in shill::RTNLHandler62 rtnl_socket_(kInvalidSocket), in RTNLHandler()85 if (rtnl_socket_ != kInvalidSocket) { in Start()107 rtnl_socket_ = kInvalidSocket; in Start()124 if (rtnl_socket_ != kInvalidSocket) { in Stop()126 rtnl_socket_ = kInvalidSocket; in Stop()154 if (rtnl_socket_ == kInvalidSocket) { in SetInterfaceFlags()197 if (rtnl_socket_ == kInvalidSocket) { in RequestDump()
142 static const int kInvalidSocket;
67 const int ConnectionHealthChecker::kInvalidSocket = -1; member in shill::ConnectionHealthChecker104 sock_fd_(kInvalidSocket), in ConnectionHealthChecker()461 if (sock_fd_ != kInvalidSocket) { in SetSocketDescriptor()469 SetSocketDescriptor(kInvalidSocket); in ClearSocketDescriptor()
154 static const int kInvalidSocket; variable