Home | History | Annotate | Download | only in base

Lines Matching refs:socket2

178     AsyncSocket* socket2 =
180 TestClient* client2 = new TestClient(new AsyncUDPSocket(socket2));
764 AsyncSocket* socket2 = ss_->CreateAsyncSocket(SOCK_DGRAM);
765 socket2->Bind(client_addr);
766 TestClient* client2 = new TestClient(new AsyncUDPSocket(socket2));