Lines Matching refs:packets
101 packets = sc.sniff(iface=args.iface, started_callback=send_cb,
103 assert len(packets) > 0
104 fwd_pkt = packets[-1]
112 for a_packet in packets:
137 packets = sc.sniff(iface=args.iface, started_callback=send_cb,
139 assert len(packets) > 0
140 check_forwarded_ip_packet(pkt, packets[-1])
180 packets = sc.sniff(iface=args.iface, started_callback=send_cb,
182 assert len(packets) > 0
183 fwd_pkt = packets[-1]
191 for idx, a_packet in enumerate(packets):