Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dturnport.cc71 void OnTryAlternate(StunMessage* response, int code);
1100 OnTryAlternate(response, error_code->code()); in OnErrorResponse()
1154 void TurnAllocateRequest::OnTryAlternate(StunMessage* response, int code) { in OnTryAlternate() function in cricket::TurnAllocateRequest