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

  /external/webrtc/webrtc/p2p/base/
turnserver.cc 314 SendErrorResponse(conn, msg, STUN_ERROR_BAD_REQUEST,
371 SendErrorResponse(conn, msg, STUN_ERROR_BAD_REQUEST,
876 SendErrorResponse(req, STUN_ERROR_BAD_REQUEST, STUN_ERROR_REASON_BAD_REQUEST);
stun.h 81 STUN_ERROR_BAD_REQUEST = 400,
port.cc 357 SendBindingErrorResponse(stun_msg.get(), addr, STUN_ERROR_BAD_REQUEST,
609 if (error_code != STUN_ERROR_BAD_REQUEST &&
    [all...]
p2ptransportchannel.cc 565 port->SendBindingErrorResponse(stun_msg, address, STUN_ERROR_BAD_REQUEST,
    [all...]
port_unittest.cc     [all...]

Completed in 2273 milliseconds