Home
last modified time | relevance | path

Searched refs:uint8 (Results 1 – 25 of 48) sorted by relevance

12

/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
Dbt_amp_hci.h31 uint8 plen;
32 uint8 parms[1];
40 #define HCI_CMD_OGF(opcode) ((uint8)(((opcode) >> 10) & 0x3F))
80 uint8 plh;
81 uint8 offset[2]; /* length so far */
82 uint8 max_remote[2];
86 uint8 plh;
87 uint8 offset[2];
88 uint8 len[2];
89 uint8 frag[1];
[all …]
D802.11.h91 uint8 dsap;
92 uint8 ssap;
93 uint8 ctl;
94 uint8 oui[DOT11_OUI_LEN];
155 uint8 category;
156 uint8 OUI[3];
157 uint8 type;
158 uint8 subtype;
159 uint8 data[1040];
165 uint8 category;
[all …]
Dethernet.h82 ((uint8 *)ea)[0] = 0x01; \
83 ((uint8 *)ea)[1] = 0x00; \
84 ((uint8 *)ea)[2] = 0x5e; \
85 ((uint8 *)ea)[3] = ((mgrp_ip) >> 16) & 0x7f; \
86 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \
87 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \
93 uint8 ether_dhost[ETHER_ADDR_LEN];
94 uint8 ether_shost[ETHER_ADDR_LEN];
100 uint8 octet[ETHER_ADDR_LEN];
105 #define ETHER_SET_LOCALADDR(ea) (((uint8 *)(ea))[0] = (((uint8 *)(ea))[0] | 2))
[all …]
Dbcmip.h41 ((((uint8 *)(ip_body))[IP_VER_OFFSET] & IP_VER_MASK) >> IP_VER_SHIFT)
63 #define IPV4_HLEN(ipv4_body) (4 * (((uint8 *)(ipv4_body))[IPV4_VER_HL_OFFSET] & IPV4_HLEN_MASK))
67 #define IPV4_ADDR_NULL(a) ((((uint8 *)(a))[0] | ((uint8 *)(a))[1] | \
68 ((uint8 *)(a))[2] | ((uint8 *)(a))[3]) == 0)
70 #define IPV4_ADDR_BCAST(a) ((((uint8 *)(a))[0] & ((uint8 *)(a))[1] & \
71 ((uint8 *)(a))[2] & ((uint8 *)(a))[3]) == 0xff)
76 #define IPV4_TOS(ipv4_body) (((uint8 *)(ipv4_body))[IPV4_TOS_OFFSET])
85 #define IPV4_PROT(ipv4_body) (((uint8 *)(ipv4_body))[IPV4_PROT_OFFSET])
96 uint8 addr[IPV4_ADDR_LEN];
100 uint8 version_ihl;
[all …]
Dwpa.h52 uint8 tag;
53 uint8 length;
54 uint8 oui[3];
55 uint8 oui_type;
57 uint8 low;
58 uint8 high;
66 uint8 tag;
67 uint8 length;
69 uint8 low;
70 uint8 high;
[all …]
Dbcmevent.h75 uint8 ifidx;
76 uint8 bsscfgidx;
271 uint8 ifidx;
272 uint8 opcode;
273 uint8 reserved;
274 uint8 bssidx;
275 uint8 role;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbt_amp_hci.h31 uint8 plen;
32 uint8 parms[1];
40 #define HCI_CMD_OGF(opcode) ((uint8)(((opcode) >> 10) & 0x3F))
80 uint8 plh;
81 uint8 offset[2]; /* length so far */
82 uint8 max_remote[2];
86 uint8 plh;
87 uint8 offset[2];
88 uint8 len[2];
89 uint8 frag[1];
[all …]
D802.11.h91 uint8 dsap;
92 uint8 ssap;
93 uint8 ctl;
94 uint8 oui[DOT11_OUI_LEN];
155 uint8 category;
156 uint8 OUI[3];
157 uint8 type;
158 uint8 subtype;
159 uint8 data[1040];
165 uint8 category;
[all …]
Dethernet.h82 ((uint8 *)ea)[0] = 0x01; \
83 ((uint8 *)ea)[1] = 0x00; \
84 ((uint8 *)ea)[2] = 0x5e; \
85 ((uint8 *)ea)[3] = ((mgrp_ip) >> 16) & 0x7f; \
86 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \
87 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \
93 uint8 ether_dhost[ETHER_ADDR_LEN];
94 uint8 ether_shost[ETHER_ADDR_LEN];
100 uint8 octet[ETHER_ADDR_LEN];
105 #define ETHER_SET_LOCALADDR(ea) (((uint8 *)(ea))[0] = (((uint8 *)(ea))[0] | 2))
[all …]
Dbcmip.h41 ((((uint8 *)(ip_body))[IP_VER_OFFSET] & IP_VER_MASK) >> IP_VER_SHIFT)
63 #define IPV4_HLEN(ipv4_body) (4 * (((uint8 *)(ipv4_body))[IPV4_VER_HL_OFFSET] & IPV4_HLEN_MASK))
67 #define IPV4_ADDR_NULL(a) ((((uint8 *)(a))[0] | ((uint8 *)(a))[1] | \
68 ((uint8 *)(a))[2] | ((uint8 *)(a))[3]) == 0)
70 #define IPV4_ADDR_BCAST(a) ((((uint8 *)(a))[0] & ((uint8 *)(a))[1] & \
71 ((uint8 *)(a))[2] & ((uint8 *)(a))[3]) == 0xff)
76 #define IPV4_TOS(ipv4_body) (((uint8 *)(ipv4_body))[IPV4_TOS_OFFSET])
85 #define IPV4_PROT(ipv4_body) (((uint8 *)(ipv4_body))[IPV4_PROT_OFFSET])
96 uint8 addr[IPV4_ADDR_LEN];
100 uint8 version_ihl;
[all …]
Dwpa.h52 uint8 tag;
53 uint8 length;
54 uint8 oui[3];
55 uint8 oui_type;
57 uint8 low;
58 uint8 high;
66 uint8 tag;
67 uint8 length;
69 uint8 low;
70 uint8 high;
[all …]
Dbcmevent.h75 uint8 ifidx;
76 uint8 bsscfgidx;
271 uint8 ifidx;
272 uint8 opcode;
273 uint8 reserved;
274 uint8 bssidx;
275 uint8 role;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmendian.h82 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \
83 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \
84 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \
85 *(uint8 *)0)
88 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \
89 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \
90 sizeof(*(ptr)) == sizeof(uint32) ? _NTOH32_UA((const uint8 *)(ptr)) : \
91 *(uint8 *)0)
123 uint8 *_bytes = (uint8 *)(bytes); \
130 uint8 *_bytes = (uint8 *)(bytes); \
[all …]
Dwlioctl.h55 uint8 data[ACTION_FRAME_SIZE];
86 uint8 SSID_len;
87 uint8 SSID[32];
90 uint8 rates[16];
94 uint8 dtim_period;
98 uint8 n_cap;
100 uint8 ctl_ch;
102 uint8 flags;
103 uint8 reserved[3];
104 uint8 basic_mcs[MCSSET_LEN];
[all …]
Dbcmutils.h165 uint8 txdh;
166 uint8 txd11;
167 uint8 enq;
168 uint8 rxdh;
169 uint8 rxd11;
170 uint8 rxfill;
171 uint8 idle;
184 uint8 cbtoggle;
185 uint8 cbcnt;
186 uint8 ecbcnt;
[all …]
Dbcmcdc.h108 uint8 flags;
109 uint8 priority;
110 uint8 flags2;
111 uint8 dataOffset;
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
Dbcmendian.h82 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \
83 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \
84 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \
85 *(uint8 *)0)
88 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \
89 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \
90 sizeof(*(ptr)) == sizeof(uint32) ? _NTOH32_UA((const uint8 *)(ptr)) : \
91 *(uint8 *)0)
123 uint8 *_bytes = (uint8 *)(bytes); \
130 uint8 *_bytes = (uint8 *)(bytes); \
[all …]
Dwlioctl.h55 uint8 data[ACTION_FRAME_SIZE];
86 uint8 SSID_len;
87 uint8 SSID[32];
90 uint8 rates[16];
94 uint8 dtim_period;
98 uint8 n_cap;
100 uint8 ctl_ch;
102 uint8 flags;
103 uint8 reserved[3];
104 uint8 basic_mcs[MCSSET_LEN];
[all …]
Dbcmutils.h165 uint8 txdh;
166 uint8 txd11;
167 uint8 enq;
168 uint8 rxdh;
169 uint8 rxd11;
170 uint8 rxfill;
171 uint8 idle;
184 uint8 cbtoggle;
185 uint8 cbcnt;
186 uint8 ecbcnt;
[all …]
Dbcmcdc.h108 uint8 flags;
109 uint8 priority;
110 uint8 flags2;
111 uint8 dataOffset;
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
Dti_m4v_config_parser.h63 uint8 *data;
74 uint8 ucNBits,
80 uint8 ucNBits
85 uint8 ucNBits,
101 uint8 *buffer,
117 uint8 *buffer,
127 int32 FindNAL(uint8** nal_pnt, uint8* buffer, int32 length);
137 void Parser_EBSPtoRBSP(uint8 *nal_unit, int32 *size);
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_video_config_parser.cpp37 #define LoadBYTE( b, p ) b = *(uint8 *)p; p += sizeof( uint8 )
45 ((uint32)(uint8)(ch0) | ((uint32)(uint8)(ch1) << 8) | \
46 ((uint32)(uint8)(ch2) << 16) | ((uint32)(uint8)(ch3) << 24 ))
64 int32 GetNAL_Config(uint8** bitstream, int32* size);
112 uint8 *tp = aInputs->inPtr; in ti_video_config_parser()
119 uint8* tmp_ptr = tp; in ti_video_config_parser()
120 uint8* buffer_begin = tp; in ti_video_config_parser()
175 uint8 bdat; in ti_video_config_parser()
176 uint8 *pData = aInputs->inPtr; in ti_video_config_parser()
260 int32 GetNAL_Config(uint8** bitstream, int32* size) in GetNAL_Config()
[all …]
/hardware/msm7k/librpc/rpc/
Dtypes.h86 typedef uint8_t uint8; typedef
363 bool_t (*send_uint8) (xdr_s_type *xdr, const uint8 *value);
368 bool_t (*send_bytes) (xdr_s_type *xdr, const uint8 *buf, uint32 len);
371 bool_t (*recv_uint8) (xdr_s_type *xdr, uint8 *value);
376 bool_t (*recv_bytes) (xdr_s_type *xdr, uint8 *buf, uint32 len);
404 uint8 out_msg[RPCROUTER_MSGSIZE_MAX];
412 uint8 in_msg[RPCROUTER_MSGSIZE_MAX];
/hardware/broadcom/wlan/bcm4329/dhdutil/
Dbcmutils.c184 pq->hi_prec = (uint8)prec; in pktq_penq()
212 pq->hi_prec = (uint8)prec; in pktq_penq_head()
928 uint8 *pktdata; in pktsetprio()
932 pktdata = (uint8 *) PKTDATA(NULL, pkt); in pktsetprio()
947 uint8 *ip_body = pktdata + sizeof(struct ethervlan_header); in pktsetprio()
948 uint8 tos_tc = IP_TOS46(ip_body); in pktsetprio()
974 uint8 *ip_body = pktdata + sizeof(struct ether_header); in pktsetprio()
975 uint8 tos_tc = IP_TOS46(ip_body); in pktsetprio()
1107 static const uint8 crc8_table[256] = {
1145 uint8
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c184 pq->hi_prec = (uint8)prec; in pktq_penq()
212 pq->hi_prec = (uint8)prec; in pktq_penq_head()
928 uint8 *pktdata; in pktsetprio()
932 pktdata = (uint8 *) PKTDATA(NULL, pkt); in pktsetprio()
947 uint8 *ip_body = pktdata + sizeof(struct ethervlan_header); in pktsetprio()
948 uint8 tos_tc = IP_TOS46(ip_body); in pktsetprio()
974 uint8 *ip_body = pktdata + sizeof(struct ether_header); in pktsetprio()
975 uint8 tos_tc = IP_TOS46(ip_body); in pktsetprio()
1107 static const uint8 crc8_table[256] = {
1145 uint8
[all …]

12