Searched refs:SocketProtocol (Results 1 – 3 of 3) sorted by relevance
49 } SocketProtocol; typedef53 Socket(NativeSocket socket, SocketProtocol protocol, bool should_close);96 SocketProtocol GetSocketProtocol () const { return m_protocol; } in GetSocketProtocol()115 SocketProtocol m_protocol;
58 // SocketProtocol: the transport protocol of a socket. This specifies how to60 enum SocketProtocol { enum168 // One of the SocketProtocol values described above.169 optional SocketProtocol socket_protocol = 3;182 // This is a 16-bit UDP or TCP port number, depending on SocketProtocol.186 // This is a 16-bit UDP or TCP port number, depending on SocketProtocol.
104 Socket::Socket(NativeSocket socket, SocketProtocol protocol, bool should_close) in Socket()