HelenOS sources

ntohs              84 boot/generic/include/byteorder.h #define ntohs(n)  uint16_t_be2host((n))
ntohs              84 uspace/lib/c/include/byteorder.h #define ntohs(n)  uint16_t_be2host((n))
ntohs              84 uspace/lib/posix/include/libc/byteorder.h #define ntohs(n)  uint16_t_be2host((n))
HelenOS homepage, sources at GitHub