Searched refs:fake_bcast (Results 1 – 1 of 1) sorted by relevance
/external/scapy/scapy/layers/ |
D | l2.py | 510 def is_promisc(ip, fake_bcast="ff:ff:00:00:00:00",**kargs): argument 513 …responses = srp1(Ether(dst=fake_bcast) / ARP(op="who-has", pdst=ip),type=ETH_P_ARP, iface_hint=ip,… 518 def promiscping(net, timeout=2, fake_bcast="ff:ff:ff:ff:ff:fe", **kargs): argument 521 ans,unans = srp(Ether(dst=fake_bcast)/ARP(pdst=net),
|