byte
typedef u_int8_t byte; /* 8-bit byte (octet) */
typedef unsigned char byte[1]; /* single byte field */