Lines Matching +full:eth +full:- +full:mac
2 #-
3 # SPDX-License-Identifier: BSD-2-Clause
39 description="IPv6 Ethernet Dest MAC test")
40 parser.add_argument('--sendif', nargs=1,
43 parser.add_argument('--recvif', nargs=1,
46 parser.add_argument('--src', nargs=1,
49 parser.add_argument('--to', nargs=1,
52 parser.add_argument('--debug',
61 # (resolved) Ethernet Destination MAC address instead of the BCAST one.
73 eth = pkt.getlayer(sp.Ether)
74 if eth is None:
78 if eth.dst == bcmac:
80 eth.display()