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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A Dp2p.h42 uint8 id; /* IE ID: 0xDD */
43 uint8 len; /* IE length */
44 uint8 OUI[3]; /* WiFi P2P specific OUI: P2P_OUI */
45 uint8 oui_type; /* Identifies P2P version: P2P_VER */
46 uint8 subelts[1]; /* variable length subelements */
103 uint8 eltId; /* SE ID: P2P_SEID_P2P_INFO */
104 uint8 len[2]; /* SE length not including eltId, len fields */
105 uint8 dev; /* Device Capability Bitmap */
106 uint8 group; /* Group Capability Bitmap */
130 uint8 eltI
[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 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 Dethernet.h109 ((uint8 *)ea)[0] = 0x01; \
110 ((uint8 *)ea)[1] = 0x00; \
111 ((uint8 *)ea)[2] = 0x5e; \
112 ((uint8 *)ea)[3] = ((mgrp_ip) >> 16) & 0x7f; \
113 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \
114 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \
122 uint8 ether_dhost[ETHER_ADDR_LEN];
123 uint8 ether_shost[ETHER_ADDR_LEN];
131 uint8 octet[ETHER_ADDR_LEN];
139 #define ETHER_SET_LOCALADDR(ea) (((uint8 *)(e
[all...]
H A Dvlan.h54 uint8 ether_dhost[ETHER_ADDR_LEN];
55 uint8 ether_shost[ETHER_ADDR_LEN];
62 uint8 ether_dhost[ETHER_ADDR_LEN]; /* dest mac */
63 uint8 ether_shost[ETHER_ADDR_LEN]; /* src mac */
65 uint8 dsap; /* always 0xAA */
66 uint8 ssap; /* always 0xAA */
67 uint8 ctl; /* always 0x03 */
68 uint8 oui[3]; /* RFC1042: 0x00 0x00 0x00
H A Dbcmicmp.h60 uint8 type; /* Option identifier */
61 uint8 length; /* Lenth including type and length */
62 uint8 data[0]; /* Variable length data */
73 uint8 type; /* Echo or Echo-reply */
74 uint8 code; /* Always 0 */
H A Dbcmipv6.h77 uint8 addr[16];
84 uint8 icmp6_type;
85 uint8 icmp6_code;
101 uint8 priority:4,
103 uint8 flow_lbl[3];
105 uint8 nexthdr;
106 uint8 hop_limit;
120 uint8 type;
121 uint8 len;
122 uint8 mac_add
[all...]
H A Dbcmip.h40 ((((uint8 *)(ip_body))[IP_VER_OFFSET] & IP_VER_MASK) >> IP_VER_SHIFT)
65 #define IPV4_HLEN(ipv4_body) (4 * (((uint8 *)(ipv4_body))[IPV4_VER_HL_OFFSET] & IPV4_HLEN_MASK))
69 #define IPV4_ADDR_NULL(a) ((((uint8 *)(a))[0] | ((uint8 *)(a))[1] | \
70 ((uint8 *)(a))[2] | ((uint8 *)(a))[3]) == 0)
72 #define IPV4_ADDR_BCAST(a) ((((uint8 *)(a))[0] & ((uint8 *)(a))[1] & \
73 ((uint8 *)(a))[2] & ((uint8 *)(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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);
H A Dcommon_utils.h60 extern int is_duplicate_octet(uint8* haystack, size_t size, uint8 needle);
70 extern int is_octet_range_overlapping(uint8* haystack, size_t size,
71 uint8 low_needle, uint8 high_needle);
/netgear-R7000-V1.0.7.12_1.2.5/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 Dwlioctl.h108 uint8 data[ACTION_FRAME_SIZE];
115 uint8 ssid_len; /* the length of SSID */
116 uint8 ssid[32]; /* SSID string */
132 uint8 action;
144 uint8 interf; /* Uart interface number. 0- UART0, 1-UART1 etc. */
159 uint8 auth_alg; /* 802.11 authentication mode */
160 uint8 WPA_auth; /* WPA: authenticated key management */
161 uint8 ewc_cap; /* EWC (MIMO) capable */
162 uint8 ofdm; /* OFDM */
180 uint8 SSID_le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DRC4Encrypt.h44 uint8 abyState[256];
45 uint8 byX;
46 uint8 byY;
64 void Append(const uint8* buffer, int n);
75 void RC4Crypt(const uint8 *pachIn, uint8 *pachOut, uint32 nLen);
77 // Returns a uint8* buffer with a copy of the internal data, and clears the internal one.
78 uint8* Detach();
91 void RC4CreateKey(const uint8* pachKeyData, uint32 nLen, bool bSkipDiscard);
H A DClientCreditsList.h42 uint8 CreateSignature(CClientCredits* pTarget, byte* pachOutput, uint8 nMaxSize, uint32 ChallengeIP, uint8 byChaIPKind, void* sigkey = NULL);
43 bool VerifyIdent(CClientCredits* pTarget, const byte* pachSignature, uint8 nInputSize, uint32 dwForIP, uint8 byChaIPKind);
47 uint8 GetPubKeyLen() const {return m_nMyPublicKeyLen;}
65 uint8 m_nMyPublicKeyLen;
H A DPacket.h30 #include "Types.h" // Needed for int8, int32, uint8 and uint32
43 CPacket(uint8 protocol);
45 CPacket(const CMemFile& datafile, uint8 protocol, uint8 ucOpcode);
46 CPacket(int8 in_opcode, uint32 in_size, uint8 protocol, bool bFromPF = true);
64 uint8 GetOpCode() const { return opcode; }
65 void SetOpCode(uint8 oc) { opcode = oc; }
67 uint8 GetProtocol() const { return prot; }
68 void SetProtocol(uint8 p) { prot = p; }
79 uint8 opcod
[all...]
H A DRLE.h46 const uint8 *Encode(const ArrayOfUInts16 &data, int &outlen, bool &changed);
47 const uint8 *Encode(const ArrayOfUInts64 &data, int &outlen, bool &changed);
49 const uint8 *Decode(const uint8 *data, int len);
50 void Decode(const uint8 *data, int len, ArrayOfUInts64 &outdata);
55 const uint8 *Buffer() const { return m_buff; }
59 void setup(int len, bool use_diff, uint8 * content = 0);
76 const uint8 *Encode(const uint8 *data, int inlen, int &outlen, bool &changed);
80 uint8 *m_buf
[all...]
H A DRC4Encrypt.cpp42 void CRC4EncryptableBuffer::Append(const uint8* buffer, int n)
62 void CRC4EncryptableBuffer::RC4Crypt( const uint8 *pachIn, uint8 *pachOut, uint32 nLen)
67 uint8 byX = m_key.byX;;
68 uint8 byY = m_key.byY;
69 uint8* pabyState = &m_key.abyState[0];;
70 uint8 byXorIndex;
93 uint8 *CRC4EncryptableBuffer::Detach()
96 uint8 *ret = new uint8[
[all...]
H A DNetworkFunctions.h39 return CFormat(wxT("%u.%u.%u.%u")) % (uint8)ip % (uint8)(ip>>8) % (uint8)(ip>>16) % (uint8)(ip>>24);
44 return CFormat(wxT("%u.%u.%u.%u:%u")) % (uint8)ip % (uint8)(ip>>8) % (uint8)(ip>>16) % (uint8)(ip>>24) % port;
H A DRLE.cpp39 void RLE_Data::setup(int len, bool use_diff, uint8 * content)
45 m_buff = new uint8[m_len];
91 uint8 *buff = new uint8[size];
107 const uint8 *RLE_Data::Decode(const uint8 *buff, int len)
109 uint8 * decBuf = m_len ? new uint8[m_len] : 0;
119 uint8 seqLen = buff[i + 2];
139 decBuf = new uint8[m_le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DMD5Sum.h34 MD5Sum(const uint8* buffer, size_t len);
37 wxString Calculate(const uint8* buffer, size_t len);
40 const uint8* GetRawHash() const { return m_rawhash; }
44 uint8 m_rawhash[16];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_shutdown.h39 uint8 force; /* boolean: force shutdown */
40 uint8 reboot; /* boolean: reboot on shutdown */
53 uint8 force; /* boolean: force shutdown */
54 uint8 reboot; /* boolean: reboot on shutdown */
H A Drpc_dce.h147 uint8 major; /* 5 - RPC major version */
148 uint8 minor; /* 0 - RPC minor version */
149 uint8 pkt_type; /* RPC_PKT_TYPE - RPC response packet */
150 uint8 flags; /* DCE/RPC flags */
151 uint8 pack_type[4]; /* 0x1000 0000 - little-endian packed data representation */
172 uint8 cancel_count; /* 0 - cancel count */
173 uint8 reserved; /* 0 - reserved. */
210 uint8 auth_type; /* See XXX_AUTH_TYPE above. */
211 uint8 auth_level; /* See RPC_PIPE_AUTH_XXX_LEVEL above. */
212 uint8 auth_pad_le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dsvga_types.h41 typedef uint8_t uint8; typedef
/netgear-R7000-V1.0.7.12_1.2.5/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; \

Completed in 185 milliseconds

1234567891011>>