Home | History | Annotate | Download | only in scapy

Lines Matching defs:sent

41     sent=[]
169 be sent through pks
173 timeout: how much time to wait after the last packet has been sent
181 debug.sent = plist.PacketList([],"Sent")
225 debug.sent=plist.PacketList(remain[:], "Sent")
357 timeout: how much time to wait after the last packet has been sent
375 timeout: how much time to wait after the last packet has been sent
396 timeout: how much time to wait after the last packet has been sent
416 timeout: how much time to wait after the last packet has been sent
532 print("\nReceived %i packets, got %i answers, remaining %i packets. Sent a total of %i packets." % (nbrecv+len(ans), len(ans), notans, count_packets.qsize()))