Searched defs:Socket (Results 1 – 3 of 3) sorted by relevance
34 Socket::Socket(cutils_socket_t sock) : sock_(sock) {} in Socket() function in Socket
169 int Sockets::Socket(int domain, int type, int protocol) const { in Socket() function in shill::Sockets
114 def Socket(family, sock_type, protocol): function