Searched refs:u_int8_t (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/include/netinet/
H A Dip6.h77 u_int8_t ip6_un1_nxt; /* next header */
78 u_int8_t ip6_un1_hlim; /* hop limit */
80 u_int8_t ip6_un2_vfc; /* 4 bits version, top 4 bits class */
120 u_int8_t ip6ph_zero[3];
121 u_int8_t ip6ph_nxt;
130 u_int8_t ip6e_nxt;
131 u_int8_t ip6e_len;
137 u_int8_t ip6h_nxt; /* next header */
138 u_int8_t ip6h_len; /* length in units of 8 octets */
145 u_int8_t ip6d_nx
[all...]
H A Dicmp6.h74 u_int8_t icmp6_type; /* type field */
75 u_int8_t icmp6_code; /* code field */
80 u_int8_t icmp6_un_data8[4]; /* type-specific field */
296 u_int8_t nd_opt_type;
297 u_int8_t nd_opt_len;
316 u_int8_t nd_opt_rti_type;
317 u_int8_t nd_opt_rti_len;
318 u_int8_t nd_opt_rti_prefixlen;
319 u_int8_t nd_opt_rti_flags;
325 u_int8_t nd_opt_pi_typ
[all...]
H A Dip.h64 u_int8_t ip_tos; /* type of service */
72 u_int8_t ip_ttl; /* time to live */
73 u_int8_t ip_p; /* protocol */
149 u_int8_t ipt_code; /* IPOPT_TS */
150 u_int8_t ipt_len; /* size of structure (variable) */
151 u_int8_t ipt_ptr; /* index of current entry */
201 u_int8_t ippseudo_pad; /* pad, must be zero */
202 u_int8_t ippseudo_p; /* protocol */
/bionic/libc/include/net/
H A Dif_ieee1394.h44 u_int8_t iha_uid[8]; /* node unique ID */
45 u_int8_t iha_maxrec; /* max_rec in the config ROM */
46 u_int8_t iha_speed; /* min of link/PHY speed */
47 u_int8_t iha_offset[6]; /* unicast FIFO address */
63 u_int8_t ih_uid[8]; /* dst/src uid */
64 u_int8_t ih_maxrec; /* dst maxrec for tx */
65 u_int8_t ih_speed; /* speed */
66 u_int8_t ih_offset[6]; /* dst offset */
117 const char *ieee1394_sprintf(const u_int8_t *);
H A Dif_ether.h67 u_int8_t ether_addr_octet[ETHER_ADDR_LEN];
74 u_int8_t ether_dhost[ETHER_ADDR_LEN];
75 u_int8_t ether_shost[ETHER_ADDR_LEN];
118 /* u_int8_t enaddr[ETHER_ADDR_LEN]; */ \
123 (enaddr)[3] = ((u_int8_t *)ipaddr)[1] & 0x7f; \
124 (enaddr)[4] = ((u_int8_t *)ipaddr)[2]; \
125 (enaddr)[5] = ((u_int8_t *)ipaddr)[3]; \
134 /* u_int8_t enaddr[ETHER_ADDR_LEN]; */ \
138 (enaddr)[2] = ((u_int8_t *)ip6addr)[12]; \
139 (enaddr)[3] = ((u_int8_t *)ip6add
[all...]
/bionic/libm/include/amd64/machine/
H A Dfpu.h19 u_int8_t fx_ftw;
20 u_int8_t fx_unused1;
28 u_int8_t fx_unused3[96];
/bionic/libc/bionic/
H A Dether_aton.c67 addr->ether_addr_octet[i] = (u_int8_t)((val0 << 4) + val1);
/bionic/libc/include/sys/
H A Dtypes.h152 typedef uint8_t u_int8_t; typedef
/bionic/libc/kernel/uapi/linux/
H A Dcoda.h81 typedef unsigned char u_int8_t; typedef
114 u_int8_t d_type;
115 u_int8_t d_namlen;
/bionic/libc/dns/resolv/
H A Dres_debug.c777 static u_int8_t
780 u_int8_t retval = 0;
922 u_int8_t hp = 0x16; /* default = 1e6 cm = 10000.00m = 10km */
923 u_int8_t vp = 0x13; /* default = 1e3 cm = 10.00m */
924 u_int8_t siz = 0x12; /* default = 1e2 cm = 1.00m */
1010 *bcp++ = (u_int8_t) 0; /* version byte */
1040 u_int8_t sizeval, hpval, vpval, versionval;

Completed in 9806 milliseconds