What is the difference between u_int32_t and uint32_t?
u_int32_t
uint32_t
uint32_t is standard C99, while u_int32_t is used on certain Unix platforms.