What is the difference between u_int32_t and uint32_t?
u_int32_t
uint32_t
uint32_t is a standard C99 type u_int32_t is used internally in some POSIX implementations.