ntohs 41 lib/libkern/arch/i386/ntohs.S ENTRY(ntohs) ntohs 13 lib/libkern/ntohs.c #undef ntohs ntohs 16 lib/libkern/ntohs.c ntohs(u_int16_t x) ntohs 206 sys/endian.h #define ntohs(x) __swap16(x) ntohs 239 sys/endian.h #define ntohs(x) (x)