Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dturn_server.cc291 SendErrorResponseWithRealmAndNonce(conn, msg, STUN_ERROR_UNAUTHORIZED, in CheckAuthorization()
305 SendErrorResponseWithRealmAndNonce(conn, msg, STUN_ERROR_STALE_NONCE, in CheckAuthorization()
313 SendErrorResponseWithRealmAndNonce(conn, msg, STUN_ERROR_UNAUTHORIZED, in CheckAuthorization()
322 SendErrorResponseWithRealmAndNonce(conn, msg, STUN_ERROR_STALE_NONCE, in CheckAuthorization()
449 void TurnServer::SendErrorResponseWithRealmAndNonce(TurnServerConnection* conn, in SendErrorResponseWithRealmAndNonce() function in cricket::TurnServer
Dturn_server.h313 void SendErrorResponseWithRealmAndNonce(TurnServerConnection* conn,