taglinefilesource code
__ntohs23include/asm-alpha/byteorder.hextern unsigned short int  __ntohs(unsigned short int);
__ntohs82include/asm-alpha/byteorder.h#define __htons(x) __ntohs(x)
__ntohs94include/asm-alpha/byteorder.h__ntohs((x)))
__ntohs28include/asm-i386/byteorder.hextern __inline__ unsigned short int  __ntohs(unsigned short int);
__ntohs67include/asm-i386/byteorder.h#define __htons(x) __ntohs(x)
__ntohs79include/asm-i386/byteorder.h__ntohs((x)))
__ntohs28include/asm-mips/byteorder.hextern __inline__ unsigned short int  __ntohs(unsigned short int);
__ntohs68include/asm-mips/byteorder.h#define __htons(x) __ntohs(x)
__ntohs80include/asm-mips/byteorder.h__ntohs((x)))
__ntohs24include/asm-ppc/byteorder.hextern unsigned short int  __ntohs(unsigned short int);
__ntohs61include/asm-ppc/byteorder.h#define __htons(x) __ntohs(x)
__ntohs73include/asm-ppc/byteorder.h__ntohs((x)))