Home
last modified time | relevance | path

Searched refs:octet (Results 1 – 5 of 5) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h712 #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]
719 #define ETHER_TO_MACF(ea) (ea).octet[0], \
720 (ea).octet[1], \
721 (ea).octet[2], \
722 (ea).octet[3], \
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dethernet.h128 uint8 octet[ETHER_ADDR_LEN]; member
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1015 ea->octet[i++] = (char) bcm_strtoul(p, &ep, 16); in bcm_ether_atoe()
1063 const uint8 *octet = ea->octet; in bcm_ether_ntoa() local
1067 for (i = 0; i < 6; i++, octet++) { in bcm_ether_ntoa()
1068 *p++ = hex[(*octet >> 4) & 0xf]; in bcm_ether_ntoa()
1069 *p++ = hex[*octet & 0xf]; in bcm_ether_ntoa()
Ddhdu.c3094 n->octet[i++] = (uint8)strtoul(a, &c, 16); in dhd_ether_atoe()
/hardware/interfaces/audio/common/2.0/
Dtypes.hal193 * encoded audio stream (e.g. octet alignement for AMR).