46 typedef struct __attribute__((packed)) {
 
   51 typedef struct __attribute__((packed)) {
 
   56 typedef struct __attribute__((packed)) {
 
static uint16_t unaligned_get_u16(const void *ptr)
Get uint16_t from possibly unaligned pointer.
 
static uint64_t unaligned_get_u64(const void *ptr)
Get uint64_t from possibly unaligned pointer.
 
static uint32_t unaligned_get_u32(const void *ptr)
Get uint32_t from possibly unaligned pointer.
 
Unaligned access helper struct (uint16_t version)
 
Unaligned access helper struct (uint32_t version)
 
Unaligned access helper struct (uint64_t version)