Searched refs:uint8 (Results 1 - 25 of 178) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dopencrypto.h28 int aes_wrap(size_t kl, uint8 *key, size_t il, uint8 *input, uint8 *output);
31 int aes_unwrap(size_t kl, uint8 *key, size_t il, uint8 *input, uint8 *output);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/proto/
H A Dethernet.h99 ((uint8 *)ea)[0] = 0x01; \
100 ((uint8 *)ea)[1] = 0x00; \
101 ((uint8 *)ea)[2] = 0x5e; \
102 ((uint8 *)ea)[3] = ((mgrp_ip) >> 16) & 0x7f; \
103 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \
104 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \
112 uint8 ether_dhost[ETHER_ADDR_LEN];
113 uint8 ether_shost[ETHER_ADDR_LEN];
121 uint8 octet[ETHER_ADDR_LEN];
129 #define ETHER_SET_LOCALADDR(ea) (((uint8 *)(e
[all...]
H A Dbcmip.h40 ((((uint8 *)(ip_body))[IP_VER_OFFSET] & IP_VER_MASK) >> IP_VER_SHIFT)
62 #define IPV4_HLEN(ipv4_body) (4 * (((uint8 *)(ipv4_body))[IPV4_VER_HL_OFFSET] & IPV4_HLEN_MASK))
66 #define IPV4_ADDR_NULL(a) ((((uint8 *)(a))[0] | ((uint8 *)(a))[1] | \
67 ((uint8 *)(a))[2] | ((uint8 *)(a))[3]) == 0)
69 #define IPV4_ADDR_BCAST(a) ((((uint8 *)(a))[0] & ((uint8 *)(a))[1] & \
70 ((uint8 *)(a))[2] & ((uint8 *)(
[all...]
H A Dwpa.h53 uint8 tag; /* TAG */
54 uint8 length; /* TAG length */
55 uint8 oui[3]; /* IE OUI */
56 uint8 oui_type; /* OUI type */
58 uint8 low;
59 uint8 high;
67 uint8 tag; /* TAG */
68 uint8 length; /* TAG length */
70 uint8 low;
71 uint8 hig
[all...]
H A D802.11.h92 uint8 dsap; /* always 0xAA */
93 uint8 ssap; /* always 0xAA */
94 uint8 ctl; /* always 0x03 */
95 uint8 oui[DOT11_OUI_LEN]; /* RFC1042: 0x00 0x00 0x00
164 uint8 category;
165 uint8 OUI[3];
166 uint8 type;
167 uint8 subtype;
168 uint8 data[1040];
174 uint8 categor
[all...]
H A Dbcmeth.h98 uint8 version; /* Version is 0 */
99 uint8 oui[3]; /* Broadcom OUI */
H A Dvlan.h43 uint8 ether_dhost[ETHER_ADDR_LEN];
44 uint8 ether_shost[ETHER_ADDR_LEN];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dwllmacctl.h43 uint8 vec[32]; /* bitvec of channels */
49 uint8 mcs[(LMAC_MAXMCS / 8)];
55 uint8 sup_chan_width; /* 20MHz/40MHz */
56 uint8 rx_stbc_cap;
57 uint8 max_amsdulen;
58 uint8 max_rx_ampdulen;
59 uint8 ampdu_spacing; /* time between mpdus in an ampdu */
62 uint8 pco_trans_time;
63 uint8 sup_mcs_feedback;
64 uint8 reserve
[all...]
H A Dsbgige.h43 uint8 PAD[0x02E8];
49 uint8 pciio[0x0400];
52 uint8 reserved[0x0400];
56 uint8 PAD[0x0300];
H A Dbcmendian.h115 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \
116 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \
117 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \
118 *(uint8 *)0)
121 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \
122 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \
123 sizeof(*(ptr)) == sizeof(uint32) ? _NTOH32_UA((const uint8 *)(ptr)) : \
124 *(uint8 *)
[all...]
H A Dpcicfg.h116 uint8 rev_id;
117 uint8 prog_if;
118 uint8 sub_class;
119 uint8 base_class;
120 uint8 cache_line_size;
121 uint8 latency_timer;
122 uint8 header_type;
123 uint8 bist;
130 uint8 int_line;
131 uint8 int_pi
[all...]
H A Dbcmrobo.h68 int (*write_reg)(robo_info_t *robo, uint8 page, uint8 reg, void *val, int len);
69 int (*read_reg)(robo_info_t *robo, uint8 page, uint8 reg, void *val, int len);
87 uint8 page; /* current page */
99 uint8 pwrsave_phys; /* Phys that can be put into power save mode */
100 uint8 pwrsave_mode_phys[MAX_NO_PHYS]; /* Power save mode on the switch */
109 uint8 mh_mac[6];
125 extern int bcm_robo_config_vlan(robo_info_t *robo, uint8 *mac_addr);
H A Dwlioctl.h63 uint8 data[ACTION_FRAME_SIZE];
81 uint8 action;
104 uint8 SSID_len;
105 uint8 SSID[32];
108 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */
110 uint8 channel; /* Channel no. */
112 uint8 dtim_period; /* DTIM period */
138 uint8 SSID_len;
139 uint8 SSID[32];
142 uint8 rate
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Drpc_dce.h117 uint8 major; /* 5 - RPC major version */
118 uint8 minor; /* 0 - RPC minor version */
119 uint8 pkt_type; /* RPC_PKT_TYPE - RPC response packet */
120 uint8 flags; /* DCE/RPC flags */
121 uint8 pack_type[4]; /* 0x1000 0000 - little-endian packed data representation */
146 uint8 cancel_count; /* 0 - cancel count */
147 uint8 reserved; /* 0 - reserved. */
194 uint8 auth_type; /* 0x0a */
195 uint8 auth_level; /* 0x06 */
196 uint8 stub_type_le
[all...]
H A Drpc_shutdown.h41 uint8 force; /* boolean: force shutdown */
42 uint8 reboot; /* boolean: reboot on shutdown */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dntlm_auth_proto.h19 uint8 lm_key[8],
20 uint8 user_session_key[16],
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/emf/emf/
H A Demf_cfg.h51 uint8 inst_id[16]; /* Bridge name as instance identifier */
57 uint8 arg[EMFCFG_MAX_ARG_SIZE];
63 uint8 if_name[16]; /* Interface on which members are present */
73 uint8 if_name[16]; /* Interface name */
80 uint8 if_name[16]; /* Name of the interface */
91 uint8 if_name[16]; /* Name of the interface */
103 uint8 if_name[16]; /* Name of the interface */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/rts/
H A Dcrc.h39 void hcs(uint8 *, uint);
40 uint8 crc8(uint8 *, uint, uint8);
41 uint16 crc16(uint8 *, uint, uint16);
42 uint32 crc32(uint8 *, uint, uint32);
48 uint8 tmp = crc8(pbytes, nbytes, CRC8_INIT_VALUE) ^ 0xff; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/ddb5xxx/ddb5477/
H A Dkgdb_io.c36 typedef unsigned char uint8; typedef
81 #define UART16550_READ(y) (*((volatile uint8*)(BASE + y)))
82 #define UART16550_WRITE(y, z) ((*((volatile uint8*)(BASE + y))) = z)
84 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
110 uint8 getDebugChar(void)
124 int putDebugChar(uint8 byte)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/gt64120/momenco_ocelot/
H A Ddbg_io.c6 typedef unsigned char uint8; typedef
65 #define UART16550_READ(y) (*((volatile uint8*)(BASE + y)))
66 #define UART16550_WRITE(y, z) ((*((volatile uint8*)(BASE + y))) = z)
68 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
95 uint8 getDebugChar(void)
109 int putDebugChar(uint8 byte)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/momentum/ocelot_c/
H A Ddbg_io.c6 typedef unsigned char uint8; typedef
65 #define UART16550_READ(y) (*((volatile uint8*)(BASE + y)))
66 #define UART16550_WRITE(y, z) ((*((volatile uint8*)(BASE + y))) = z)
68 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
95 uint8 getDebugChar(void)
109 int putDebugChar(uint8 byte)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/emf/igs/
H A Digs_cfg.h41 uint8 inst_id[16]; /* Bridge name as instance id */
46 uint8 arg[IGSCFG_MAX_ARG_SIZE]; /* Command arguments */
56 uint8 if_name[16]; /* Interface member is present */
66 uint8 mh_mac[6]; /* Member MAC address */
75 uint8 if_name[16]; /* Name of the interface */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/au1000/common/
H A Ddbg_io.c10 /* we need uint32 uint8 */
12 typedef unsigned char uint8; typedef
57 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
83 uint8 getDebugChar(void)
98 int putDebugChar(uint8 byte)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/acos/access_control/
H A DAccessControl.h8 #ifndef uint8
9 #define uint8 unsigned char macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/acos/multissidcontrol/
H A DMultiSsidControl.h8 #ifndef uint8
9 #define uint8 unsigned char macro

Completed in 232 milliseconds

12345678