Home
last modified time | relevance | path

Searched refs:SendStunBindingResponse (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/p2p/base/
Dconnection.h320 void SendStunBindingResponse(const StunMessage* request);
Dport_unittest.cc307 conn_->SendStunBindingResponse(remote_request_.get()); in AcceptConnection()
2859 con->SendStunBindingResponse(request.get()); in TEST_F()
2970 con->SendStunBindingResponse(request1); in TEST_P()
3001 con->SendStunBindingResponse(request2); in TEST_P()
3078 con->SendStunBindingResponse(modified_request1.get()); in TEST_F()
3132 con->SendStunBindingResponse(request1); in TEST_F()
3229 con->SendStunBindingResponse(msg); in TEST_F()
3315 con->SendStunBindingResponse(msg); in TEST_F()
Dconnection.cc582 SendStunBindingResponse(msg); in HandleStunBindingOrGoogPingRequest()
637 void Connection::SendStunBindingResponse(const StunMessage* request) { in SendStunBindingResponse() function in cricket::Connection