HomeSort by relevance Sort by last modified time
    Searched defs:TCPListenSocket (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/socket/
tcp_listen_socket.h 18 class NET_EXPORT TCPListenSocket : public StreamListenSocket {
22 static scoped_refptr<TCPListenSocket> CreateAndListen(
33 friend class scoped_refptr<TCPListenSocket>;
35 TCPListenSocket(SocketDescriptor s, StreamListenSocket::Delegate* del);
36 virtual ~TCPListenSocket();
42 DISALLOW_COPY_AND_ASSIGN(TCPListenSocket);
45 // Factory that can be used to instantiate TCPListenSocket.
tcp_listen_socket.cc 32 scoped_refptr<TCPListenSocket> TCPListenSocket::CreateAndListen(
37 scoped_refptr<TCPListenSocket> sock(new TCPListenSocket(s, del));
42 TCPListenSocket::TCPListenSocket(SocketDescriptor s,
47 TCPListenSocket::~TCPListenSocket() {}
49 SocketDescriptor TCPListenSocket::CreateAndBind(const string& ip, int port) {
79 SocketDescriptor TCPListenSocket::CreateAndBindAnyPort(const string& ip
    [all...]

Completed in 37 milliseconds