htonl             205 pack.c         #define htonl(x) (endian()?(x):swapl(x))
htonl             228 pack.c         #define htonl(x) (x)
htonl             253 pack.c         #undef htonl
htonl             258 pack.c         #define htonl(x) swapl(x)