Searched refs:SendErrorResponseWithRealmAndNonce (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/p2p/base/ |
D | turn_server.cc | 291 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
|
D | turn_server.h | 313 void SendErrorResponseWithRealmAndNonce(TurnServerConnection* conn,
|