Home
last modified time | relevance | path

Searched refs:getmacbyip (Results 1 – 3 of 3) sorted by relevance

/external/scapy/scapy/contrib/
Digmp.py24 from scapy.layers.l2 import DestMACField, getmacbyip
142 _root[Ether].dst = getmacbyip(underlayer.dst) # Ether rule 1
/external/scapy/scapy/layers/
Dl2.py60 def getmacbyip(ip, chainCC=0): function
315 return getmacbyip(l3.pdst)
469 tmac = getmacbyip(target)
Dinet.py824 return getmacbyip(l3.dst)