taglinefilesource code
__ntohs15include/asm-alpha/byteorder.hextern unsigned short int  __ntohs(unsigned short int);
__ntohs53include/asm-alpha/byteorder.h#define __htons(x) __ntohs(x)
__ntohs65include/asm-alpha/byteorder.h__ntohs((x)))
__ntohs15include/asm-i386/byteorder.hextern unsigned short int  __ntohs(unsigned short int);
__ntohs50include/asm-i386/byteorder.h#define __htons(x) __ntohs(x)
__ntohs62include/asm-i386/byteorder.h__ntohs((x)))
__ntohs15include/asm-mips/byteorder.hextern unsigned short int  __ntohs(unsigned short int);
__ntohs59include/asm-mips/byteorder.h#define __htons(x) __ntohs(x)
__ntohs71include/asm-mips/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)))