Home | History | Annotate | Download | only in arch

Lines Matching defs:send

62           log_loading.warning("wpcap.dll is not installed. You won't be able to send/recieve packets. Visit the scapy's doc to install it")
169 def send(self, x):
234 def send(self, x):
235 raise Scapy_Exception("Can't send anything with L2pcapListenSocket")
275 def send(self, x):
279 return self.outs.send(sx)
333 def send(self, x):
334 # Makes send detects when it should add Loopback(), Dot11... instead of Ether()
344 return self.ins.send(sx)
490 def send(self, x):
491 raise Scapy_Exception("Can't send anything with L2pcapListenSocket")
611 def send(self, x):
632 ifs.send(sx)