Searched refs:CompoundPacket (Results 1 – 2 of 2) sorted by relevance
109 CompoundPacket(vec![ in test_valid_packet()117 CompoundPacket(vec![ in test_valid_packet()125 CompoundPacket(vec![ in test_valid_packet()134 CompoundPacket(vec![ in test_valid_packet()142 CompoundPacket(vec![ in test_valid_packet()151 CompoundPacket(vec![ in test_valid_packet()190 CompoundPacket(vec![ in test_cname()199 CompoundPacket(vec![ in test_cname()208 CompoundPacket(vec![ in test_cname()218 CompoundPacket(vec![ in test_cname()[all …]
29 pub struct CompoundPacket(pub Vec<Box<dyn Packet + Send + Sync>>); struct31 impl fmt::Display for CompoundPacket { implementation37 impl Packet for CompoundPacket { implementation67 .downcast_ref::<CompoundPacket>() in equal()76 impl MarshalSize for CompoundPacket { implementation84 impl Marshal for CompoundPacket { implementation98 impl Unmarshal for CompoundPacket { implementation111 let c = CompoundPacket(packets); in unmarshal()118 impl CompoundPacket { impl