Searched refs:lconn (Results 1 – 2 of 2) sorted by relevance
249 static void SendPingAndReceiveResponse(Connection* lconn, in SendPingAndReceiveResponse() argument255 lconn->Ping(rtc::TimeMillis()); in SendPingAndReceiveResponse()263 lconn->OnReadPacket(rport->last_stun_buf()->data<char>(), in SendPingAndReceiveResponse()1462 Connection* lconn = in TEST_F() local1472 lconn->OnReadPacket(rport->last_stun_buf()->data<char>(), in TEST_F()1551 Connection* lconn = in TEST_F() local1553 ASSERT_NE(lconn, nullptr); in TEST_F()1555 lconn->Ping(0); in TEST_F()1564 lconn->Ping(0); in TEST_F()1708 Connection* lconn = in TEST_F() local[all …]
3490 lconn, lconn0 = self.Pipe()3504 address = lconn.recv()3506 new_conn = lconn.recv()3512 address = lconn.recv()3514 new_conn = lconn.recv()3525 lconn.send(None)3528 lconn.close()