HomeSort by relevance Sort by last modified time
    Searched refs:u_int8_t (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /external/libpcap/pcap/
can_socketcan.h 48 u_int8_t payload_length;
49 u_int8_t pad;
50 u_int8_t reserved1;
51 u_int8_t reserved2;
nflog.h 43 u_int8_t nflog_family; /* address family */
44 u_int8_t nflog_version; /* version */
56 u_int8_t hook; /* netfilter hook */
57 u_int8_t pad; /* padding to 32 bits */
63 u_int8_t hw_addr[8]; /* address, up to 8 bytes */
usb.h 58 u_int8_t bmRequestType;
59 u_int8_t bRequest;
79 u_int8_t event_type;
80 u_int8_t transfer_type;
81 u_int8_t endpoint_number;
82 u_int8_t device_address;
104 u_int8_t event_type;
105 u_int8_t transfer_type;
106 u_int8_t endpoint_number;
107 u_int8_t device_address
    [all...]
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.h 19 int rijndaelKeySched(u_int8_t k[RIJNDAEL_MAXKC][4], u_int8_t rk[RIJNDAEL_MAXROUNDS+1][4][4], int ROUNDS);
21 int rijndaelKeyEncToDec(u_int8_t W[RIJNDAEL_MAXROUNDS+1][4][4], int ROUNDS);
23 int rijndaelEncrypt(u_int8_t a[16], u_int8_t b[16], u_int8_t rk[RIJNDAEL_MAXROUNDS+1][4][4], int ROUNDS);
26 int rijndaelEncryptRound(u_int8_t a[4][4], u_int8_t rk[RIJNDAEL_MAXROUNDS+1][4][4], int ROUNDS, int rounds);
29 int rijndaelDecrypt(u_int8_t a[16], u_int8_t b[16], u_int8_t rk[RIJNDAEL_MAXROUNDS+1][4][4], int ROUNDS)
    [all...]
rijndael_local.h 6 typedef u_int8_t BYTE;
7 typedef u_int8_t word8;
rijndael-api-fst.h 54 u_int8_t direction; /* Key used for encrypting or decrypting? */
61 u_int8_t xkS8[RIJNDAEL_MAXROUNDS+1][4][4]; /* key schedule */
69 u_int8_t mode; /* MODE_ECB, MODE_CBC, or MODE_CFB1 */
70 u_int8_t IV[MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */
84 int rijndael_makeKey(keyInstance *key, u_int8_t direction, int keyLen, char *keyMaterial);
86 int rijndael_cipherInit(cipherInstance *cipher, u_int8_t mode, char *IV);
89 u_int8_t *input, int inputLen, u_int8_t *outBuffer);
92 u_int8_t *input, int inputOctets, u_int8_t *outBuffer)
    [all...]
  /external/libpcap/
pcap-netfilter-linux-android.h 21 int android_nflog_send_config_cmd(int fd, u_int16_t group_id, u_int8_t cmd, u_int8_t family);
pcap-netfilter-linux-android.c 20 android_nflog_send_config_cmd(int fd, u_int16_t group_id, u_int8_t cmd, u_int8_t family)
pcap-stdinc.h 89 #define u_int8_t uint8_t macro
98 typedef unsigned char u_int8_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
sal.h 38 u_int8_t sal_rev[2];
40 u_int8_t sal_checksum;
41 u_int8_t sal_reserved1[7];
42 u_int8_t sal_a_version[2];
43 u_int8_t sal_b_version[2];
46 u_int8_t sal_reserved2[8];
50 u_int8_t sale_type; /* == 0 */
51 u_int8_t sale_reserved1[7];
55 u_int8_t sale_reserved2[16];
59 u_int8_t sale_type; /* == 1 */
    [all...]
  /bionic/libc/include/netinet/
ip6.h 83 u_int8_t ip6_un1_nxt; /* next header */
84 u_int8_t ip6_un1_hlim; /* hop limit */
86 u_int8_t ip6_un2_vfc; /* 4 bits version, top 4 bits class */
116 u_int8_t ip6e_nxt;
117 u_int8_t ip6e_len;
123 u_int8_t ip6h_nxt; /* next header */
124 u_int8_t ip6h_len; /* length in units of 8 octets */
131 u_int8_t ip6d_nxt; /* next header */
132 u_int8_t ip6d_len; /* length in units of 8 octets */
161 u_int8_t ip6o_type
    [all...]
if_ether.h 64 u_int8_t arp_sha[ETHER_ADDR_LEN]; /* sender hardware address */
65 u_int8_t arp_spa[4]; /* sender protocol address */
66 u_int8_t arp_tha[ETHER_ADDR_LEN]; /* target hardware address */
67 u_int8_t arp_tpa[4]; /* target protocol address */
82 /* u_int8_t enaddr[ETHER_ADDR_LEN]; */ \
87 (enaddr)[3] = ((u_int8_t *)ipaddr)[1] & 0x7f; \
88 (enaddr)[4] = ((u_int8_t *)ipaddr)[2]; \
89 (enaddr)[5] = ((u_int8_t *)ipaddr)[3]; \
98 /* u_int8_t enaddr[ETHER_ADDR_LEN]; */ \
102 (enaddr)[2] = ((u_int8_t *)ip6addr)[12];
    [all...]
icmp6.h 75 u_int8_t icmp6_type; /* type field */
76 u_int8_t icmp6_code; /* code field */
81 u_int8_t icmp6_un_data8[4]; /* type-specific field */
265 u_int8_t nd_opt_type;
266 u_int8_t nd_opt_len;
285 u_int8_t nd_opt_rti_type;
286 u_int8_t nd_opt_rti_len;
287 u_int8_t nd_opt_rti_prefixlen;
288 u_int8_t nd_opt_rti_flags;
294 u_int8_t nd_opt_pi_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
if_fddi.h 32 u_int8_t fddi_fc; /* Frame Control (FC) value */
33 u_int8_t fddi_dhost[FDDI_K_ALEN]; /* Destination host */
34 u_int8_t fddi_shost[FDDI_K_ALEN]; /* Source host */
if_tr.h 39 u_int8_t ac; /* access control field */
40 u_int8_t fc; /* frame control field */
41 u_int8_t daddr[TR_ALEN]; /* destination address */
42 u_int8_t saddr[TR_ALEN]; /* source address */
50 u_int8_t dsap; /* destination SAP */
51 u_int8_t ssap; /* source SAP */
52 u_int8_t llc; /* LLC control field */
53 u_int8_t protid[3]; /* protocol id */
101 u_int8_t trn_ac; /* access control field */
102 u_int8_t trn_fc; /* field control field *
    [all...]
if_ether.h 74 u_int8_t arp_sha[ETH_ALEN]; /* sender hardware address */
75 u_int8_t arp_spa[4]; /* sender protocol address */
76 u_int8_t arp_tha[ETH_ALEN]; /* target hardware address */
77 u_int8_t arp_tpa[4]; /* target protocol address */
97 (enaddr)[3] = ((u_int8_t *)ipaddr)[1] & 0x7f; \
98 (enaddr)[4] = ((u_int8_t *)ipaddr)[2]; \
99 (enaddr)[5] = ((u_int8_t *)ipaddr)[3]; \
tcp.h 72 u_int8_t th_x2:4; /* (unused) */
73 u_int8_t th_off:4; /* data offset */
76 u_int8_t th_off:4; /* data offset */
77 u_int8_t th_x2:4; /* (unused) */
79 u_int8_t th_flags;
190 u_int8_t tcpi_state;
191 u_int8_t tcpi_ca_state;
192 u_int8_t tcpi_retransmits;
193 u_int8_t tcpi_probes;
194 u_int8_t tcpi_backoff
    [all...]
  /external/libusb-compat/libusb/
usb.h 81 u_int8_t bLength;
82 u_int8_t bDescriptorType;
87 u_int8_t bLength;
88 u_int8_t bDescriptorType;
94 u_int8_t bLength;
95 u_int8_t bDescriptorType;
97 u_int8_t bCountryCode;
98 u_int8_t bNumDescriptors;
99 /* u_int8_t bReportDescriptorType; */
107 u_int8_t bLength
    [all...]
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.h 66 typedef unsigned char u_int8_t; /* 1-byte (8-bits) */
106 u_int8_t buffer[SHA256_BLOCK_LENGTH];
111 u_int8_t buffer[SHA512_BLOCK_LENGTH];
124 void SHA256_Update __P((SHA256_CTX*, const u_int8_t*, size_t));
125 void SHA256_Final __P((u_int8_t[SHA256_DIGEST_LENGTH], SHA256_CTX*));
128 char* SHA256_Data __P((const u_int8_t*, size_t, char[SHA256_DIGEST_STRING_LENGTH]));
132 void SHA384_Update __P((SHA384_CTX*, const u_int8_t*, size_t));
133 void SHA384_Final __P((u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*));
136 char* SHA384_Data __P((const u_int8_t*, size_t, char[SHA384_DIGEST_STRING_LENGTH]));
140 void SHA512_Update __P((SHA512_CTX*, const u_int8_t*, size_t))
    [all...]
  /external/ipsec-tools/src/racoon/
admin.h 97 u_int8_t prefs;
98 u_int8_t prefd;
99 u_int8_t ul_proto;
100 u_int8_t reserved;
isakmp.h 67 u_int8_t np; /* Next Payload Type */
68 u_int8_t v;
69 u_int8_t etype; /* Exchange Type */
70 u_int8_t flags; /* Flags */
158 u_int8_t np; /* Next Payload */
159 u_int8_t reserved; /* RESERVED, unused, must set to 0 */
204 u_int8_t p_no; /* Proposal # */
205 u_int8_t proto_id; /* Protocol */
206 u_int8_t spi_size; /* SPI Size */
207 u_int8_t num_t; /* Number of Transforms *
    [all...]
  /external/iptables/include/linux/netfilter/
xt_quota2.h 16 u_int8_t flags;
  /bionic/libc/include/net/
ethernet.h 64 u_int8_t ether_addr_octet[ETHER_ADDR_LEN];
71 u_int8_t ether_dhost[ETHER_ADDR_LEN];
72 u_int8_t ether_shost[ETHER_ADDR_LEN];
  /external/iproute2/include/netinet/
tcp.h 70 u_int8_t th_x2:4; /* (unused) */
71 u_int8_t th_off:4; /* data offset */
74 u_int8_t th_off:4; /* data offset */
75 u_int8_t th_x2:4; /* (unused) */
77 u_int8_t th_flags;
189 u_int8_t tcpi_state;
190 u_int8_t tcpi_ca_state;
191 u_int8_t tcpi_retransmits;
192 u_int8_t tcpi_probes;
193 u_int8_t tcpi_backoff
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
ethernet.h 35 u_int8_t ether_addr_octet[ETH_ALEN];
41 u_int8_t ether_dhost[ETH_ALEN]; /* destination eth addr */
42 u_int8_t ether_shost[ETH_ALEN]; /* source ether addr */

Completed in 244 milliseconds

1 2 3 4 5 6