htons 197 pack.c #define htons(x) (endian()?(x):swaps(x)) htons 214 pack.c #define htons(x) (x) htons 237 pack.c #define htons(x) swaps(x)