Home
last modified time | relevance | path

Searched refs:BINDING_REQUEST (Results 1 – 12 of 12) sorted by relevance

/webrtc/ice/src/use_candidate/
H A Duse_candidate_test.rs4 use stun::message::BINDING_REQUEST;
11 m.build(&[Box::new(BINDING_REQUEST), Box::new(UseCandidateAttr::new())])?; in test_use_candidate_attr_add_to()
/webrtc/ice/src/control/
H A Dcontrol_test.rs15 m.build(&[Box::new(BINDING_REQUEST), Box::new(c)])?; in test_controlled_get_from()
52 m.build(&[Box::new(BINDING_REQUEST), Box::new(c)])?; in test_controlling_get_from()
105 m.build(&[Box::new(BINDING_REQUEST), Box::new(c)])?; in test_control_get_from()
143 m.build(&[Box::new(BINDING_REQUEST), Box::new(c)])?; in test_control_get_from()
/webrtc/ice/src/priority/
H A Dpriority_test.rs15 m.build(&[Box::new(BINDING_REQUEST), Box::new(p)])?; in test_priority_get_from()
/webrtc/stun/examples/
H A Dstun_client.rs51 msg.build(&[Box::<TransactionId>::default(), Box::new(BINDING_REQUEST)])?; in main()
/webrtc/stun/benches/
H A Dbench.rs18 is_message, Getter, Message, MessageType, Setter, ATTRIBUTE_HEADER_SIZE, BINDING_REQUEST,
198 let t = BINDING_REQUEST; in benchmark_message_build_overhead()
448 Box::new(BINDING_REQUEST), in benchmark_message()
471 Box::new(BINDING_REQUEST), in benchmark_message()
/webrtc/ice/src/udp_mux/
H A Dudp_mux_test.rs7 use stun::message::{Message, BINDING_REQUEST};
184 typ: BINDING_REQUEST, in test_mux_connection()
/webrtc/stun/src/message/
H A Dmessage_test.rs620 Box::new(BINDING_REQUEST), in test_message_full_size()
646 Box::new(BINDING_REQUEST), in test_message_clone_to()
676 Box::new(BINDING_REQUEST), in test_message_add_to()
/webrtc/ice/src/agent/
H A Dagent_selector.rs120 Box::new(BINDING_REQUEST), in nominate_pair()
281 Box::new(BINDING_REQUEST), in ping_candidate()
433 Box::new(BINDING_REQUEST), in ping_candidate()
H A Dagent_test.rs272 Box::new(BINDING_REQUEST), in test_handle_peer_reflexive_udp_pflx_candidate()
812 Box::new(BINDING_REQUEST), in test_inbound_validity()
/webrtc/ice/src/util/
H A Dmod.rs67 request.build(&[Box::new(BINDING_REQUEST), Box::new(TransactionId::new())])?; in stun_request()
/webrtc/turn/src/client/
H A Dmod.rs442 Box::new(BINDING_REQUEST), in send_binding_request_to()
446 vec![Box::new(TransactionId::new()), Box::new(BINDING_REQUEST)] in send_binding_request_to()
/webrtc/stun/src/
H A Dmessage.rs522 pub const BINDING_REQUEST: MessageType = MessageType { constant