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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.cc 403 SendErrorResponse(conn, msg, STUN_ERROR_BAD_REQUEST,
460 SendErrorResponse(conn, msg, STUN_ERROR_BAD_REQUEST,
    [all...]
stun.h 97 STUN_ERROR_BAD_REQUEST = 400,
port.cc 394 SendBindingErrorResponse(stun_msg.get(), addr, STUN_ERROR_BAD_REQUEST,
687 if (error_code != STUN_ERROR_BAD_REQUEST &&
    [all...]
p2ptransportchannel.cc 515 STUN_ERROR_BAD_REQUEST,
    [all...]
port_unittest.cc 86 STUN_ERROR_BAD_REQUEST / 256 * 100 + STUN_ERROR_BAD_REQUEST % 256;
    [all...]

Completed in 2007 milliseconds