Home
last modified time | relevance | path

Searched refs:build_msg (Results 1 – 2 of 2) sorted by relevance

/webrtc/turn/src/server/
H A Drequest.rs155 let bad_request_msg = build_msg( in authenticate_request()
247 let msg = build_msg( in respond_with_nonce()
268 let msg = build_msg( in handle_binding_request()
314 let msg = build_msg( in handle_allocate_request()
350 let msg = build_msg( in handle_allocate_request()
373 let msg = build_msg( in handle_allocate_request()
544 build_msg( in handle_allocate_request()
583 let msg = build_msg( in handle_refresh_request()
650 let msg = build_msg( in handle_create_permission_request()
761 let msg = build_msg( in handle_channel_bind_request()
[all …]
/webrtc/ice/src/agent/
H A Dagent_test.rs617 fn build_msg(c: MessageClass, username: String, key: String) -> Result<Message> { in build_msg() function
673 &mut build_msg(CLASS_REQUEST, "invalid".to_owned(), local_pwd)?, in test_inbound_validity()
693 &mut build_msg(CLASS_REQUEST, username, "Invalid".to_owned())?, in test_inbound_validity()
722 &mut build_msg(CLASS_SUCCESS_RESPONSE, username, "Invalid".to_owned())?, in test_inbound_validity()
751 &mut build_msg(CLASS_ERROR_RESPONSE, username, "Invalid".to_owned())?, in test_inbound_validity()
781 &mut build_msg(CLASS_REQUEST, username, local_pwd)?, in test_inbound_validity()