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 …]
91 ip_dst='0.0.0.0', eth_dst=self.pkt_gen_config['dst_mac'])100 ip_dst=self.ipv4_dst_fake, eth_dst=self.pkt_gen_config['dst_mac'])113 eth_dst=self.pkt_gen_config['dst_mac'])125 eth_dst=self.pkt_gen_config['dst_mac'])