Searched refs:STUN_ERROR_BAD_REQUEST (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/p2p/base/ |
D | port.cc | 398 SendBindingErrorResponse(msg.get(), addr, STUN_ERROR_BAD_REQUEST, in OnReadPacket() 473 SendBindingErrorResponse(stun_msg.get(), addr, STUN_ERROR_BAD_REQUEST, in GetStunMessage() 744 if (error_code != STUN_ERROR_BAD_REQUEST && in SendBindingErrorResponse()
|
D | turn_server.cc | 335 SendErrorResponse(conn, msg, STUN_ERROR_BAD_REQUEST, in CheckAuthorization() 393 SendErrorResponse(conn, msg, STUN_ERROR_BAD_REQUEST, in HandleAllocateRequest() 940 SendErrorResponse(req, STUN_ERROR_BAD_REQUEST, STUN_ERROR_REASON_BAD_REQUEST); in SendBadRequestResponse()
|
D | p2p_transport_channel.cc | 1007 port->SendBindingErrorResponse(stun_msg, address, STUN_ERROR_BAD_REQUEST, in OnUnknownAddress()
|
D | port_unittest.cc | 2147 EXPECT_EQ(STUN_ERROR_BAD_REQUEST, port->last_stun_error_code()); in TEST_F() 2213 EXPECT_EQ(STUN_ERROR_BAD_REQUEST, port->last_stun_error_code()); in TEST_F()
|
/external/webrtc/api/transport/ |
D | stun.h | 92 STUN_ERROR_BAD_REQUEST = 400, enumerator
|