taglinefilesource code
__ntohs23include/asm-alpha/byteorder.hextern unsigned short int  __ntohs(unsigned short int);
__ntohs61include/asm-alpha/byteorder.h#define __htons(x) __ntohs(x)
__ntohs73include/asm-alpha/byteorder.h__ntohs((x)))
__ntohs23include/asm-i386/byteorder.hextern unsigned short int  __ntohs(unsigned short int);
__ntohs58include/asm-i386/byteorder.h#define __htons(x) __ntohs(x)
__ntohs70include/asm-i386/byteorder.h__ntohs((x)))
__ntohs25include/asm-mips/byteorder.hextern unsigned short int  __ntohs(unsigned short int);
__ntohs69include/asm-mips/byteorder.h#define __htons(x) __ntohs(x)
__ntohs81include/asm-mips/byteorder.h__ntohs((x)))
__ntohs18include/asm-sparc/byteorder.hextern unsigned short int  __ntohs(unsigned short int);
__ntohs62include/asm-sparc/byteorder.h#define __htons(x) __ntohs(x)
__ntohs74include/asm-sparc/byteorder.h__ntohs((x)))