hton16 219 pack.c #define hton16(x) (endian()?(x):swap16(x)) hton16 245 pack.c #define hton16(x) (x) hton16 274 pack.c #define hton16(x) swap16(x)