Searched refs:SendErrorResponseWithRealmAndNonce (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | turnserver.cc | 307 SendErrorResponseWithRealmAndNonce(conn, msg, STUN_ERROR_UNAUTHORIZED, in CheckAuthorization() 321 SendErrorResponseWithRealmAndNonce(conn, msg, STUN_ERROR_STALE_NONCE, in CheckAuthorization() 329 SendErrorResponseWithRealmAndNonce(conn, msg, STUN_ERROR_UNAUTHORIZED, in CheckAuthorization() 338 SendErrorResponseWithRealmAndNonce(conn, msg, STUN_ERROR_STALE_NONCE, in CheckAuthorization() 462 void TurnServer::SendErrorResponseWithRealmAndNonce( in SendErrorResponseWithRealmAndNonce() function in cricket::TurnServer
|
D | turnserver.h | 234 void SendErrorResponseWithRealmAndNonce(TurnServerConnection* conn,
|