Lines Matching full:address
49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
63 * Ethernet address - 6 octets
81 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
112 * Macro to map an IP multicast address to an Ethernet multicast address.
113 * The high-order 25 bits of the Ethernet address are statically assigned,
114 * and the low-order 23 bits are taken from the low end of the IP address.
128 * Macro to map an IP6 multicast address to an Ethernet multicast address.
129 * The high-order 16 bits of the Ethernet address are statically assigned,
130 * and the low-order 32 bits are taken from the low end of the IP6 address.