ntohs 193 pack.c #define ntohs(x) (endian()?(x):swaps(x)) ntohs 212 pack.c #define ntohs(x) (x) ntohs 235 pack.c #define ntohs(x) swaps(x)