Searched refs:ChunkUdp (Results 1 – 8 of 8) sorted by relevance
2 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 …]
141 pub(crate) struct ChunkUdp { struct148 impl fmt::Display for ChunkUdp { implementation161 impl Chunk for ChunkUdp { implementation195 Box::new(ChunkUdp { in clone_to()227 impl ChunkUdp { impl229 ChunkUdp { in new()
7 use crate::vnet::chunk::{Chunk, ChunkUdp};124 let mut chunk = ChunkUdp::new(src_addr, target); in send_to()
12 let c: Box<dyn Chunk> = Box::new(ChunkUdp::new( in test_chunk_queue()
28 let mut c = ChunkUdp::new(src, dst); in test_chunk_udp()
237 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()
15 let mut chunk = ChunkUdp::new(c.destination_addr(), c.source_addr()); in write()
2 use crate::vnet::chunk::ChunkUdp;565 let mut c = ChunkUdp::new( in test_net_virtual_loopback2()