HomeSort by relevance Sort by last modified time
    Searched refs:hw_dst (Results 1 - 2 of 2) sorted by null

  /tools/test/connectivity/acts/framework/acts/controllers/
packet_sender.py 295 hw_dst = (hwdst if hwdst is not None else ARP_DST)
298 pdst=ipv4_dst, psrc=self.src_ipv4, hwdst=hw_dst, hwsrc=hw_src)
442 hw_dst = (eth_dst
452 ethernet = scapy.Ether(src=self.src_mac, dst=hw_dst)
510 hw_dst = (eth_dst if eth_dst is not None else RA_MAC)
526 ethernet = scapy.Ether(src=self.src_mac, dst=hw_dst)
580 hw_dst = (eth_dst if eth_dst is not None else self.dst_mac)
589 ethernet = scapy.Ether(src=self.src_mac, dst=hw_dst)
  /external/autotest/client/deps/lansim/src/py/
host.py 143 hw_dst = self._resolve_mac_address(pkt.dst)
150 dst = hw_dst,

Completed in 172 milliseconds