Home
last modified time | relevance | path

Searched defs:record (Results 1 – 3 of 3) sorted by relevance

/webrtc/dtls/src/conn/
H A Dconn_test.rs1847 let record = RecordLayer::new( in test_server_timeout() localVariable
2126 let mut record = in test_protocol_version_validation() localVariable
2138 let mut record = in test_protocol_version_validation() localVariable
2158 let mut record = in test_protocol_version_validation() localVariable
2168 let mut record = in test_protocol_version_validation() localVariable
2278 let mut record = RecordLayer::new(PROTOCOL_VERSION1_2, 0, Content::Handshake(handshake)); in test_multiple_hello_verify_request() localVariable
2309 let record = RecordLayer::unmarshal(&mut reader)?; in test_multiple_hello_verify_request() localVariable
2358 let mut record = RecordLayer::new(PROTOCOL_VERSION1_2, 0, Content::Handshake(h)); in send_client_hello() localVariable
2403 let record = RecordLayer::unmarshal(&mut reader)?; in test_renegotation_info() localVariable
2428 let record = RecordLayer::unmarshal(&mut reader)?; in test_renegotation_info() localVariable
/webrtc/dtls/src/flight/
H A Dmod.rs55 pub(crate) record: RecordLayer, field
/webrtc/interceptor/src/twcc/
H A Dmod.rs45 pub fn record(&mut self, media_ssrc: u32, sequence_number: u16, arrival_time: i64) { in record() method