taglinefilesource code
__ntohs15include/asm-alpha/byteorder.hextern unsigned short int  __ntohs(unsigned short int);
__ntohs59include/asm-alpha/byteorder.h#define __htons(x) __ntohs(x)
__ntohs71include/asm-alpha/byteorder.h__ntohs((x)))
__ntohs15include/asm-i386/byteorder.hextern unsigned short int  __ntohs(unsigned short int);
__ntohs56include/asm-i386/byteorder.h#define __htons(x) __ntohs(x)
__ntohs68include/asm-i386/byteorder.h__ntohs((x)))
__ntohs15include/asm-sparc/byteorder.hextern unsigned short int  __ntohs(unsigned short int);
__ntohs59include/asm-sparc/byteorder.h#define __htons(x) __ntohs(x)
__ntohs71include/asm-sparc/byteorder.h__ntohs((x)))