Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsMulticastMACAddr ¶
func IsMulticastMACAddr(addr net.HardwareAddr) bool
IsMulticastMACAddr returns true if the given MAC address is a multicast address. this indicates that the MAC is part of a group, and may not be the only address meant to receive the message.
func IsUniversalMACAddr ¶
func IsUniversalMACAddr(addr net.HardwareAddr) bool
IsUniversalMACAddr returns true if the given MAC address is a universal address. this traditionally means the "burnt in address" of a network interface, but isn't always the case.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.