Searched refs:SendErrorResponse (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | turnserver.cc | 267 SendErrorResponse(conn, &msg, STUN_ERROR_WRONG_CREDENTIALS, in HandleStunMessage() 274 SendErrorResponse(conn, &msg, STUN_ERROR_ALLOCATION_MISMATCH, in HandleStunMessage() 314 SendErrorResponse(conn, msg, STUN_ERROR_BAD_REQUEST, in CheckAuthorization() 371 SendErrorResponse(conn, msg, STUN_ERROR_BAD_REQUEST, in HandleAllocateRequest() 379 SendErrorResponse(conn, msg, STUN_ERROR_UNSUPPORTED_PROTOCOL, in HandleAllocateRequest() 390 SendErrorResponse(conn, msg, STUN_ERROR_SERVER_ERROR, in HandleAllocateRequest() 452 void TurnServer::SendErrorResponse(TurnServerConnection* conn, in SendErrorResponse() function in cricket::TurnServer 703 SendErrorResponse(msg, STUN_ERROR_FORBIDDEN, STUN_ERROR_REASON_FORBIDDEN); in HandleCreatePermissionRequest() 876 SendErrorResponse(req, STUN_ERROR_BAD_REQUEST, STUN_ERROR_REASON_BAD_REQUEST); in SendBadRequestResponse() 879 void TurnServerAllocation::SendErrorResponse(const TurnMessage* req, int code, in SendErrorResponse() function in cricket::TurnServerAllocation [all …]
|
D | stunserver.cc | 47 SendErrorResponse(msg, remote_addr, 600, "Operation Not Supported"); in OnPacket() 58 void StunServer::SendErrorResponse( in SendErrorResponse() function in cricket::StunServer
|
D | stunserver.h | 47 void SendErrorResponse(
|
D | turnserver.h | 116 void SendErrorResponse(const TurnMessage* req, int code, 231 void SendErrorResponse(TurnServerConnection* conn, const StunMessage* req,
|