HomeSort by relevance Sort by last modified time
    Searched refs:SendErrorResponse (Results 1 - 10 of 10) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 56 SendErrorResponse(msg, remote_addr, 400, "Bad Request");
81 SendErrorResponse(msg, remote_addr, 600, "Operation Not Supported");
122 SendErrorResponse(*msg, addr, 600, "Operation Not Supported");
127 SendErrorResponse(*msg, addr, 600, "Operation Not Supported");
132 SendErrorResponse(*msg, addr, 600, "Operation Not Supported");
135 void StunServer::SendErrorResponse(
stunserver.h 63 void SendErrorResponse(
  /external/chromium_org/net/tools/quic/
quic_reliable_server_stream.cc 27 SendErrorResponse();
36 void QuicReliableServerStream::SendErrorResponse() {
quic_spdy_server_stream.cc 58 SendErrorResponse(); // We're not done writing headers.
62 SendErrorResponse(); // Invalid content length
90 SendErrorResponse();
quic_reliable_server_stream.h 43 void SendErrorResponse();
quic_reliable_server_stream_test.cc 211 stream_->SendErrorResponse();
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunserver.h 63 void SendErrorResponse(
stunserver.cc 63 SendErrorResponse(msg, remote_addr, 600, "Operation Not Supported");
86 void StunServer::SendErrorResponse(
turnserver.cc 123 void SendErrorResponse(const TurnMessage* req, int code,
347 SendErrorResponse(conn, &msg, STUN_ERROR_WRONG_CREDENTIALS,
354 SendErrorResponse(conn, &msg, STUN_ERROR_ALLOCATION_MISMATCH,
394 SendErrorResponse(conn, msg, STUN_ERROR_BAD_REQUEST,
451 SendErrorResponse(conn, msg, STUN_ERROR_BAD_REQUEST,
459 SendErrorResponse(conn, msg, STUN_ERROR_UNSUPPORTED_PROTOCOL,
470 SendErrorResponse(conn, msg, STUN_ERROR_SERVER_ERROR,
532 void TurnServer::SendErrorResponse(Connection* conn,
929 SendErrorResponse(req, STUN_ERROR_BAD_REQUEST, STUN_ERROR_REASON_BAD_REQUEST);
    [all...]
turnserver.h 150 void SendErrorResponse(Connection* conn, const StunMessage* req,

Completed in 175 milliseconds