Home | History | Annotate | Download | only in base

Lines Matching defs:SOCKET

23 typedef int SOCKET;
50 virtual SOCKET GetSocket() = 0;
58 // A socket server that provides the real sockets of the underlying OS.
65 Socket* CreateSocket(int type) override;
66 Socket* CreateSocket(int family, int type) override;
72 AsyncSocket* WrapSocket(SOCKET s);
121 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
124 // Creates the underlying OS socket (same as the "socket" function).
162 virtual SOCKET DoAccept(SOCKET socket, sockaddr* addr, socklen_t* addrlen);
172 SOCKET s_;
188 SocketDispatcher(SOCKET s, PhysicalSocketServer *ss);
198 SOCKET GetSocket() override;