Home
last modified time | relevance | path

Searched defs:ea (Results 1 – 3 of 3) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/include/proto/
Dethernet.h103 #define ETHER_SET_LOCALADDR(ea) (((uint8 *)(ea))[0] = (((uint8 *)(ea))[0] | 2)) argument
104 #define ETHER_IS_LOCALADDR(ea) (((uint8 *)(ea))[0] & 2) argument
105 #define ETHER_CLR_LOCALADDR(ea) (((uint8 *)(ea))[0] = (((uint8 *)(ea))[0] & 0xd)) argument
106 #define ETHER_TOGGLE_LOCALADDR(ea) (((uint8 *)(ea))[0] = (((uint8 *)(ea))[0] ^ 2)) argument
109 #define ETHER_SET_UNICAST(ea) (((uint8 *)(ea))[0] = (((uint8 *)(ea))[0] & ~1)) argument
112 #define ETHER_ISMULTI(ea) (((const uint8 *)(ea))[0] & 1) argument
130 #define ETHER_ISBCAST(ea) ((((uint8 *)(ea))[0] & \ argument
136 #define ETHER_ISNULLADDR(ea) ((((uint8 *)(ea))[0] | \ argument
/hardware/broadcom/wlan/bcm4329/src/shared/
Dbcmutils.c804 bcm_ether_atoe(char *p, struct ether_addr *ea) in bcm_ether_atoe()
848 bcm_ether_ntoa(const struct ether_addr *ea, char *buf) in bcm_ether_ntoa()
/hardware/broadcom/wlan/bcm4329/src/include/
Dwlioctl.h318 struct ether_addr ea; member
382 struct ether_addr ea; member
396 struct ether_addr ea[1]; member