Lines Matching full:ether_addr
278 /* forward definition of ether_addr structure used by some function prototypes */
280 struct ether_addr;
372 extern char *bcm_ether_ntoa(const struct ether_addr *ea, char *buf);
373 extern int bcm_ether_atoe(const char *p, struct ether_addr *ea);
712 #define ETHERP_TO_MACF(ea) ((struct ether_addr *) (ea))->octet[0], \
713 ((struct ether_addr *) (ea))->octet[1], \
714 ((struct ether_addr *) (ea))->octet[2], \
715 ((struct ether_addr *) (ea))->octet[3], \
716 ((struct ether_addr *) (ea))->octet[4], \
717 ((struct ether_addr *) (ea))->octet[5]