Home
last modified time | relevance | path

Searched refs:CLASS_ERROR_RESPONSE (Results 1 – 6 of 6) sorted by relevance

/webrtc/turn/src/server/
H A Drequest.rs157 MessageType::new(calling_method, CLASS_ERROR_RESPONSE), in authenticate_request()
249 MessageType::new(calling_method, CLASS_ERROR_RESPONSE), in respond_with_nonce()
316 MessageType::new(METHOD_ALLOCATE, CLASS_ERROR_RESPONSE), in handle_allocate_request()
341 MessageType::new(METHOD_ALLOCATE, CLASS_ERROR_RESPONSE), in handle_allocate_request()
352 MessageType::new(METHOD_ALLOCATE, CLASS_ERROR_RESPONSE), in handle_allocate_request()
375 MessageType::new(METHOD_ALLOCATE, CLASS_ERROR_RESPONSE), in handle_allocate_request()
407 MessageType::new(METHOD_ALLOCATE, CLASS_ERROR_RESPONSE), in handle_allocate_request()
439 MessageType::new(METHOD_ALLOCATE, CLASS_ERROR_RESPONSE), in handle_allocate_request()
487 MessageType::new(METHOD_ALLOCATE, CLASS_ERROR_RESPONSE), in handle_allocate_request()
647 resp_class = CLASS_ERROR_RESPONSE; in handle_create_permission_request()
[all …]
/webrtc/stun/src/message/
H A Dmessage_test.rs49 class: CLASS_ERROR_RESPONSE, in test_message_type_value()
91 class: CLASS_ERROR_RESPONSE, in test_message_type_read_value()
118 class: CLASS_ERROR_RESPONSE, in test_message_type_read_write_value()
122 class: CLASS_ERROR_RESPONSE, in test_message_type_read_write_value()
280 CLASS_ERROR_RESPONSE, in test_message_class_string()
/webrtc/stun/src/
H A Dmessage.rs455 pub const CLASS_ERROR_RESPONSE: MessageClass = MessageClass(0x03); // 0b11 constant
463 CLASS_ERROR_RESPONSE => "error response", in fmt()
534 class: CLASS_ERROR_RESPONSE,
/webrtc/turn/src/client/
H A Drelay_conn.rs425 if res.typ.class == CLASS_ERROR_RESPONSE { in create_permissions()
495 if res.typ.class == CLASS_ERROR_RESPONSE { in refresh_allocation()
H A Dmod.rs539 if res.typ.class == CLASS_ERROR_RESPONSE { in allocate()
/webrtc/ice/src/agent/
H A Dagent_test.rs751 &mut build_msg(CLASS_ERROR_RESPONSE, username, "Invalid".to_owned())?, in test_inbound_validity()