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

/external/tcpdump/
H A Dextract.h52 } __attribute__((packed)) unaligned_u_int32_t; typedef in typeref:struct:__anon10146
57 ((u_int32_t)ntohl(((const unaligned_u_int32_t *)(p))->val))
59 ((u_int64_t)(((u_int64_t)ntohl(((const unaligned_u_int32_t *)(p) + 0)->val)) << 32 | \
60 ((u_int64_t)ntohl(((const unaligned_u_int32_t *)(p) + 1)->val)) << 0))

Completed in 110 milliseconds