Searched refs:reply_mac (Results 1 – 1 of 1) sorted by relevance
3289 tgt_filter=None, reply_mac=None): argument3329 if not reply_mac:3330 reply_mac = get_if_hwaddr(iface)3331 sniff_filter = "icmp6 and not ether src %s" % reply_mac3336 prn=lambda x: reply_callback(x, reply_mac, iface),3341 reply_mac=None): argument3378 def ns_reply_callback(req, reply_mac, iface): argument3387 rep = Ether(src=reply_mac)/IPv6(src="::", dst=dst)/ICMPv6ND_NS(tgt=tgt)3393 tgt_filter, reply_mac)3397 reply_mac=None): argument[all …]