Home
last modified time | relevance | path

Searched defs:Packet (Results 1 – 25 of 28) sorted by relevance

12

/webrtc/sctp/src/
H A Dpacket.rs56 pub(crate) struct Packet { struct
64 impl fmt::Display for Packet { argument
83 impl Packet { implementation
191 impl Packet { impl
/webrtc/rtp/src/packet/
H A Dmod.rs13 pub struct Packet { struct
18 impl fmt::Display for Packet { argument
34 impl Unmarshal for Packet { implementation
64 impl MarshalSize for Packet { implementation
82 impl Marshal for Packet { implementation
/webrtc/dtls/src/flight/
H A Dmod.rs54 pub(crate) struct Packet { struct
55 pub(crate) record: RecordLayer,
56 pub(crate) should_encrypt: bool,
57 pub(crate) reset_local_sequence_number: bool,
85 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)>; in generate()
H A Dflight0.rs187 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)> { in generate()
H A Dflight2.rs113 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)> { in generate()
H A Dflight1.rs123 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)> { in generate()
H A Dflight6.rs75 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)> { in generate()
H A Dflight3.rs351 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)> { in generate()
H A Dflight5.rs180 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)> { in generate()
H A Dflight4.rs502 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)> { in generate()
/webrtc/sctp/src/association/
H A Dassociation_internal.rs346 mut raw_packets: Vec<Packet>, in gather_outbound_data_and_reconfig_packets()
347 ) -> Vec<Packet> { in gather_outbound_data_and_reconfig_packets()
414 mut raw_packets: Vec<Packet>, in gather_outbound_fast_retransmission_packets()
415 ) -> Vec<Packet> { in gather_outbound_fast_retransmission_packets()
511 mut raw_packets: Vec<Packet>, in gather_outbound_shutdown_packets()
512 ) -> (Vec<Packet>, bool) { in gather_outbound_shutdown_packets()
606 async fn handle_init(&mut self, p: &Packet, i: &ChunkInit) -> Result<Vec<Packet>> { in handle_init()
712 async fn handle_init_ack(&mut self, p: &Packet, i: &ChunkInit) -> Result<Vec<Packet>> { in handle_init_ack()
952 ) -> Result<Vec<Packet>> { in handle_peer_last_tsn_and_acknowledgement()
1746 ) -> Result<Option<Packet>> { in handle_reconfig_param()
[all …]
/webrtc/interceptor/src/nack/responder/
H A Dresponder_stream.rs26 fn add(&mut self, packet: &rtp::packet::Packet) { in add()
50 fn get(&self, seq: u16) -> Option<&rtp::packet::Packet> { in get()
77 async fn add(&self, pkt: &rtp::packet::Packet) { in add()
82 pub(super) async fn get(&self, seq: u16) -> Option<rtp::packet::Packet> { in get()
92 async fn write(&self, pkt: &rtp::packet::Packet, a: &Attributes) -> Result<usize> { in write()
/webrtc/interceptor/src/twcc/receiver/
H A Dmod.rs55 struct Packet { struct
65 packet_chan_rx: Mutex<Option<mpsc::Receiver<Packet>>>, argument
H A Dreceiver_stream.rs17 packet_chan_tx: mpsc::Sender<Packet>, in new()
/webrtc/interceptor/src/report/sender/
H A Dsender_stream.rs22 fn process_rtp(&mut self, now: SystemTime, pkt: &rtp::packet::Packet) { in process_rtp()
76 async fn process_rtp(&self, now: SystemTime, pkt: &rtp::packet::Packet) { in process_rtp()
94 async fn write(&self, pkt: &rtp::packet::Packet, a: &Attributes) -> Result<usize> { in write()
/webrtc/rtcp/src/
H A Dpacket.rs20 pub trait Packet: Marshal + Unmarshal + fmt::Display + fmt::Debug { trait
/webrtc/util/src/ifaces/
H A Dmod.rs12 Packet, enumerator
/webrtc/interceptor/src/mock/
H A Dmock_stream.rs184 pub async fn receive_rtp(&self, pkt: rtp::packet::Packet) { in receive_rtp()
214 pub async fn written_rtp(&self) -> Option<rtp::packet::Packet> { in written_rtp()
228 pub async fn read_rtp(&self) -> Option<Result<rtp::packet::Packet>> { in read_rtp()
281 async fn write(&self, pkt: &rtp::packet::Packet, _a: &Attributes) -> Result<usize> { in write()
/webrtc/interceptor/src/twcc/sender/
H A Dsender_stream.rs27 async fn write(&self, pkt: &rtp::packet::Packet, a: &Attributes) -> Result<usize> { in write()
/webrtc/interceptor/src/report/receiver/
H A Dreceiver_stream.rs43 fn process_rtp(&mut self, now: SystemTime, pkt: &rtp::packet::Packet) { in process_rtp()
187 pub(crate) fn process_rtp(&self, now: SystemTime, pkt: &rtp::packet::Packet) { in process_rtp()
/webrtc/rtp/src/packetizer/
H A Dmod.rs28 fn packetize(&mut self, payload: &Bytes, samples: u32) -> Result<Vec<Packet>>; in packetize()
110 fn packetize(&mut self, payload: &Bytes, samples: u32) -> Result<Vec<Packet>> { in packetize()
/webrtc/interceptor/src/
H A Dlib.rs82 async fn write(&self, pkt: &rtp::packet::Packet, attributes: &Attributes) -> Result<usize>; in write()
98 async fn write(&self, pkt: &rtp::packet::Packet, attributes: &Attributes) -> Result<usize> { in write()
/webrtc/webrtc/src/track/track_local/
H A Dtrack_local_static_rtp.rs64 p: &rtp::packet::Packet, in write_rtp_with_extensions()
/webrtc/dtls/src/conn/
H A Dmod.rs525 mut pkts: Vec<Packet>, in handle_outgoing_packets()
594 p: &mut Packet, in process_packet()
636 p: &Packet, in process_handshake_packet()
/webrtc/webrtc/src/rtp_transceiver/
H A Dsrtp_writer_future.rs270 async fn write(&self, pkt: &rtp::packet::Packet, _a: &Attributes) -> IResult<usize> { in write()

12