OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendErrorResponse
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/p2p/base/
stunserver.h
47
void
SendErrorResponse
(
stunserver.cc
47
SendErrorResponse
(msg, remote_addr, 600, "Operation Not Supported");
58
void StunServer::
SendErrorResponse
(
turnserver.cc
267
SendErrorResponse
(conn, &msg, STUN_ERROR_WRONG_CREDENTIALS,
274
SendErrorResponse
(conn, &msg, STUN_ERROR_ALLOCATION_MISMATCH,
314
SendErrorResponse
(conn, msg, STUN_ERROR_BAD_REQUEST,
371
SendErrorResponse
(conn, msg, STUN_ERROR_BAD_REQUEST,
379
SendErrorResponse
(conn, msg, STUN_ERROR_UNSUPPORTED_PROTOCOL,
390
SendErrorResponse
(conn, msg, STUN_ERROR_SERVER_ERROR,
452
void TurnServer::
SendErrorResponse
(TurnServerConnection* conn,
703
SendErrorResponse
(msg, STUN_ERROR_FORBIDDEN, STUN_ERROR_REASON_FORBIDDEN);
876
SendErrorResponse
(req, STUN_ERROR_BAD_REQUEST, STUN_ERROR_REASON_BAD_REQUEST);
879
void TurnServerAllocation::
SendErrorResponse
(const TurnMessage* req, int code
[
all
...]
turnserver.h
116
void
SendErrorResponse
(const TurnMessage* req, int code,
231
void
SendErrorResponse
(TurnServerConnection* conn, const StunMessage* req,
Completed in 123 milliseconds