Home
last modified time | relevance | path

Searched defs:Header (Results 1 – 25 of 32) sorted by relevance

12

/webrtc/mdns/src/message/
H A Dheader.rs5 pub struct Header { struct
16 impl fmt::Display for Header { argument
33 impl Header { impl
61 Header = 1, enumerator
153 pub(crate) fn header(&self) -> Header { in header()
/webrtc/rtp/src/
H A Dheader.rs38 pub struct Header { struct
52 impl Unmarshal for Header { argument
201 impl MarshalSize for Header { implementation
214 impl Marshal for Header { implementation
320 impl Header { implementation
/webrtc/rtcp/src/
H A Dheader.rs87 pub struct Header { struct
101 /// Marshal encodes the Header in binary argument
102 impl MarshalSize for Header { implementation
108 impl Marshal for Header { implementation
136 impl Unmarshal for Header { implementation
H A Draw_packet.rs22 fn header(&self) -> Header { in header()
H A Dpacket.rs21 fn header(&self) -> Header; in header()
H A Dreception_report.rs55 fn header(&self) -> Header { in header()
/webrtc/srtp/src/context/
H A Dsrtp.rs11 header: &rtp::header::Header, in decrypt_rtp_with_header()
54 header: &rtp::header::Header, in encrypt_rtp_with_header()
/webrtc/srtp/src/cipher/
H A Dmod.rs44 header: &rtp::header::Header, in encrypt_rtp()
52 header: &rtp::header::Header, in decrypt_rtp()
H A Dcipher_aead_aes_gcm.rs35 header: &rtp::header::Header, in encrypt_rtp()
62 header: &rtp::header::Header, in decrypt_rtp()
196 header: &rtp::header::Header, in rtp_initialization_vector()
H A Dcipher_aes_cm_hmac_sha1.rs170 header: &rtp::header::Header, in encrypt_rtp()
206 header: &rtp::header::Header, in decrypt_rtp()
/webrtc/srtp/src/
H A Dstream.rs56 pub async fn read_rtp(&self, buf: &mut [u8]) -> Result<(usize, rtp::header::Header)> { in read_rtp()
69 pub async fn read_rtcp(&self, buf: &mut [u8]) -> Result<(usize, rtcp::header::Header)> { in read_rtcp()
/webrtc/rtcp/src/extended_report/
H A Dunknown.rs27 fn header(&self) -> Header { in header()
H A Drrt.rs39 fn header(&self) -> Header { in header()
H A Dprt.rs54 fn header(&self) -> Header { in header()
H A Ddlrr.rs59 fn header(&self) -> Header { in header()
H A Drle.rs149 fn header(&self) -> Header { in header()
/webrtc/rtcp/src/compound_packet/
H A Dmod.rs38 fn header(&self) -> Header { in header()
/webrtc/rtcp/src/payload_feedbacks/picture_loss_indication/
H A Dmod.rs36 fn header(&self) -> Header { in header()
/webrtc/rtcp/src/goodbye/
H A Dmod.rs36 fn header(&self) -> Header { in header()
/webrtc/rtcp/src/transport_feedbacks/rapid_resynchronization_request/
H A Dmod.rs38 fn header(&self) -> Header { in header()
/webrtc/rtcp/src/receiver_report/
H A Dmod.rs50 fn header(&self) -> Header { in header()
/webrtc/rtcp/src/payload_feedbacks/full_intra_request/
H A Dmod.rs43 fn header(&self) -> Header { in header()
/webrtc/rtcp/src/payload_feedbacks/slice_loss_indication/
H A Dmod.rs51 fn header(&self) -> Header { in header()
/webrtc/rtcp/src/payload_feedbacks/receiver_estimated_maximum_bitrate/
H A Dmod.rs58 fn header(&self) -> Header { in header()
/webrtc/rtcp/src/sender_report/
H A Dmod.rs85 fn header(&self) -> Header { in header()

12