Searched refs:scapy (Results 1 - 2 of 2) sorted by relevance

/external/autotest/server/cros/packet_generation/
H A Dsendra.py6 from scapy import all as scapy namespace
20 ra = (scapy.Ether(dst=dstmac) /
21 scapy.IPv6() /
22 scapy.ICMPv6ND_RA(routerlifetime=lifetime))
23 scapy.sendp(ra, iface=iface)
H A DIP_utils.py10 SCAPY = 'scapy-2.2.0.tar.gz'
31 """Installs scapy on the target device. Scapy and all related files and
35 scapy = os.path.join(self.install_path, SCAPY)
43 self.host.run('tar -xvf %s -C %s' % (scapy, self.install_path))
48 """Remove all scapy related files and scripts from device.
58 """Invoke scapy and send RA to the device.

Completed in 150 milliseconds