Searched refs:leaves (Results 1 – 1 of 1) sorted by relevance
1190 let leaves = recv_igmp(&mut device, timestamp); in test_handle_igmp() localVariable1191 assert_eq!(leaves.len(), 2); in test_handle_igmp()1193 assert_eq!(leaves[i].0.next_header, IpProtocol::Igmp); in test_handle_igmp()1194 assert_eq!(leaves[i].0.dst_addr, Ipv4Address::MULTICAST_ALL_ROUTERS); in test_handle_igmp()1195 assert_eq!(leaves[i].1, IgmpRepr::LeaveGroup { group_addr }); in test_handle_igmp()