Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py3289 tgt_filter=None, reply_mac=None): argument
3329 if not reply_mac:
3330 reply_mac = get_if_hwaddr(iface)
3331 sniff_filter = "icmp6 and not ether src %s" % reply_mac
3336 prn=lambda x: reply_callback(x, reply_mac, iface),
3341 reply_mac=None): argument
3378 def ns_reply_callback(req, reply_mac, iface): argument
3387 rep = Ether(src=reply_mac)/IPv6(src="::", dst=dst)/ICMPv6ND_NS(tgt=tgt)
3393 tgt_filter, reply_mac)
3397 reply_mac=None): argument
[all …]