Home
last modified time | relevance | path

Searched refs:is_message (Results 1 – 9 of 9) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_transport.rs201 if is_message(buf) { in send()
H A Dagent_vnet_test.rs909 if stun::message::is_message(&raw) { in test_write_use_valid_pair()
H A Dagent_internal.rs1158 if stun::message::is_message(buf) { in handle_inbound_candidate_msg()
/webrtc/stun/benches/
H A Dbench.rs18 is_message, Getter, Message, MessageType, Setter, ATTRIBUTE_HEADER_SIZE, BINDING_REQUEST,
375 assert!(is_message(&m.raw), "Should be message"); in benchmark_message()
/webrtc/ice/src/udp_mux/
H A Dmod.rs19 message::{is_message as is_stun_message, Message as STUNMessage},
/webrtc/stun/src/
H A Dmessage.rs47 pub fn is_message(b: &[u8]) -> bool { in is_message() function
/webrtc/stun/src/message/
H A Dmessage_test.rs598 let got = is_message(&input); in test_is_message()
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs116 assert!(is_message(&data), "should be stun message"); in test_packet_handler()
/webrtc/turn/src/client/
H A Dmod.rs290 if is_message(data) { in handle_inbound()