hton32 220 pack.c #define hton32(x) (endian()?(x):swap32(x)) hton32 246 pack.c #define hton32(x) (x) hton32 275 pack.c #define hton32(x) swap32(x)