Lines Matching refs:packets
100 packets = sc.sniff(iface=args.iface, started_callback=send_cb,
102 assert len(packets) > 0
103 fwd_pkt = packets[-1]
111 for a_packet in packets:
136 packets = sc.sniff(iface=args.iface, started_callback=send_cb,
138 assert len(packets) > 0
139 check_forwarded_ip_packet(pkt, packets[-1])
179 packets = sc.sniff(iface=args.iface, started_callback=send_cb,
181 assert len(packets) > 0
182 fwd_pkt = packets[-1]
190 for idx, a_packet in enumerate(packets):