Home | History | Annotate | Download | only in proto

Lines Matching full:address

33  * The number of bytes in an ethernet (MAC) address.
95 #define ETHER_DEST_OFFSET (0 * ETHER_ADDR_LEN) /* dest address offset */
96 #define ETHER_SRC_OFFSET (1 * ETHER_ADDR_LEN) /* src address offset */
125 * Structure of a 48-bit Ethernet address.
134 * address bit in the 48-bit Ethernet address.
141 /* Takes a pointer, marks unicast address bit in the MAC address */
145 * Takes a pointer, returns true if a 48-bit multicast address
158 /* copy an ethernet address - assumes the pointers can be referenced as shorts */
168 /* Copy an ethernet address in reverse order */