Searched refs:SendErrorResponseWithRealmAndNonce (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/p2p/base/ |
D | turn_server.cc | 328 SendErrorResponseWithRealmAndNonce(conn, msg, STUN_ERROR_UNAUTHORIZED, in CheckAuthorization() 342 SendErrorResponseWithRealmAndNonce(conn, msg, STUN_ERROR_STALE_NONCE, in CheckAuthorization() 350 SendErrorResponseWithRealmAndNonce(conn, msg, STUN_ERROR_UNAUTHORIZED, in CheckAuthorization() 359 SendErrorResponseWithRealmAndNonce(conn, msg, STUN_ERROR_STALE_NONCE, in CheckAuthorization() 493 void TurnServer::SendErrorResponseWithRealmAndNonce(TurnServerConnection* conn, in SendErrorResponseWithRealmAndNonce() function in cricket::TurnServer
|
D | turn_server.h | 297 void SendErrorResponseWithRealmAndNonce(TurnServerConnection* conn,
|