Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dturn_port.cc84 void OnAuthChallenge(StunMessage* response, int code);
1426 OnAuthChallenge(response, error_code); in OnErrorResponse()
1453 void TurnAllocateRequest::OnAuthChallenge(StunMessage* response, int code) { in OnAuthChallenge() function in cricket::TurnAllocateRequest