Searched defs:lconn (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport_unittest.cc1113 Connection* lconn = lport->CreateConnection(rport->Candidates()[0], local
1123 lconn->OnReadPacket(rport->last_stun_buf()->Data(),
1348 Connection* lconn = lport->CreateConnection( local
1352 lconn->Ping(0);
1490 Connection* lconn = lport->CreateConnection( local
1492 lconn->Ping(0);
1896 Connection* lconn = lport->CreateConnection(rport->Candidates()[0], local
1906 lconn->OnReadPacket(rport->last_stun_buf()->Data(),
1911 uint32 last_ping_received1 = lconn->last_ping_received();
1915 // Pinging lconn usin
2114 Connection* lconn = lport->CreateConnection( local
[all...]

Completed in 65 milliseconds