Home
last modified time | relevance | path

Searched refs:ChunkUdp (Results 1 – 8 of 8) sorted by relevance

/webrtc/util/src/vnet/nat/
H A Dnat_test.rs2 use crate::vnet::chunk::ChunkUdp;
66 let iec = ChunkUdp::new( in test_nat_mapping_behavior_full_cone_nat()
81 let iec = ChunkUdp::new( in test_nat_mapping_behavior_full_cone_nat()
90 let iec = ChunkUdp::new( in test_nat_mapping_behavior_full_cone_nat()
127 let oic2 = ChunkUdp::new( in test_nat_mapping_behavior_addr_restricted_cone_nat()
136 let iec = ChunkUdp::new( in test_nat_mapping_behavior_addr_restricted_cone_nat()
151 let iec = ChunkUdp::new( in test_nat_mapping_behavior_addr_restricted_cone_nat()
160 let iec = ChunkUdp::new( in test_nat_mapping_behavior_addr_restricted_cone_nat()
169 let iec = ChunkUdp::new( in test_nat_mapping_behavior_addr_restricted_cone_nat()
215 let iec = ChunkUdp::new( in test_nat_mapping_behavior_port_restricted_cone_nat()
[all …]
/webrtc/util/src/vnet/
H A Dchunk.rs141 pub(crate) struct ChunkUdp { struct
148 impl fmt::Display for ChunkUdp { implementation
161 impl Chunk for ChunkUdp { implementation
195 Box::new(ChunkUdp { in clone_to()
227 impl ChunkUdp { impl
229 ChunkUdp { in new()
H A Dconn.rs7 use crate::vnet::chunk::{Chunk, ChunkUdp};
124 let mut chunk = ChunkUdp::new(src_addr, target); in send_to()
/webrtc/util/src/vnet/chunk_queue/
H A Dchunk_queue_test.rs12 let c: Box<dyn Chunk> = Box::new(ChunkUdp::new( in test_chunk_queue()
/webrtc/util/src/vnet/chunk/
H A Dchunk_test.rs28 let mut c = ChunkUdp::new(src, dst); in test_chunk_udp()
/webrtc/util/src/vnet/router/
H A Drouter_test.rs237 let c = Box::new(ChunkUdp::new(ips[0], ips[1])); in test_router_standalone_routing()
341 let mut c = ChunkUdp::new(ips[0], ips[1]); in test_router_standalone_add_chunk_filter()
424 let c = Box::new(ChunkUdp::new(ips[0], ips[1])); in delay_sub_test()
585 let c = Box::new(ChunkUdp::new( in test_router_one_child()
/webrtc/util/src/vnet/conn/
H A Dconn_test.rs15 let mut chunk = ChunkUdp::new(c.destination_addr(), c.source_addr()); in write()
/webrtc/util/src/vnet/net/
H A Dnet_test.rs2 use crate::vnet::chunk::ChunkUdp;
565 let mut c = ChunkUdp::new( in test_net_virtual_loopback2()