Home | History | Annotate | Download | only in base

Lines Matching refs:socket2

161     AsyncSocket* socket2 =
163 TestClient* client2 = new TestClient(new AsyncUDPSocket(socket2));
747 AsyncSocket* socket2 = ss_->CreateAsyncSocket(SOCK_DGRAM);
748 socket2->Bind(client_addr);
749 TestClient* client2 = new TestClient(new AsyncUDPSocket(socket2));