Searched refs:eth_dst (Results 1 – 2 of 2) sorted by relevance
298 eth_dst=None): argument318 mac_dst = (eth_dst if eth_dst is not None else MAC_BROADCAST)446 def generate(self, ip_dst=None, eth_dst=None): argument459 hw_dst = (eth_dst460 if eth_dst is not None else scapy.in6_getnsmac(nnode_mcast))515 eth_dst=None): argument527 hw_dst = (eth_dst if eth_dst is not None else RA_MAC)588 def generate(self, ip_dst=None, eth_dst=None): argument597 hw_dst = (eth_dst if eth_dst is not None else self.dst_mac)649 def generate(self, ip_dst=None, eth_dst=None): argument[all …]
108 eth_dst=self.pkt_gen_config['dst_mac'])117 eth_dst=self.pkt_gen_config['dst_mac'])129 eth_dst=self.pkt_gen_config['dst_mac'])140 eth_dst=self.pkt_gen_config['dst_mac'])