Searched refs:octet (Results 1 – 8 of 8) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 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] 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/ |
D | ethernet.h | 128 uint8 octet[ETHER_ADDR_LEN]; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 1015 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()
|
D | dhdu.c | 3094 n->octet[i++] = (uint8)strtoul(a, &c, 16); in dhd_ether_atoe()
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 179 * encoded audio stream (e.g. octet alignement for AMR).
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 193 * encoded audio stream (e.g. octet alignement for AMR).
|
/hardware/interfaces/audio/common/6.0/ |
D | types.hal | 199 * encoded audio stream (e.g. octet alignement for AMR).
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 193 * encoded audio stream (e.g. octet alignement for AMR).
|