tag | line | file | source code |
__ntohs | 23 | include/asm-alpha/byteorder.h | extern unsigned short int __ntohs(unsigned short int); |
__ntohs | 82 | include/asm-alpha/byteorder.h | #define __htons(x) __ntohs(x) |
__ntohs | 94 | include/asm-alpha/byteorder.h | __ntohs((x))) |
__ntohs | 28 | include/asm-i386/byteorder.h | extern __inline__ unsigned short int __ntohs(unsigned short int); |
__ntohs | 67 | include/asm-i386/byteorder.h | #define __htons(x) __ntohs(x) |
__ntohs | 79 | include/asm-i386/byteorder.h | __ntohs((x))) |
__ntohs | 28 | include/asm-mips/byteorder.h | extern __inline__ unsigned short int __ntohs(unsigned short int); |
__ntohs | 68 | include/asm-mips/byteorder.h | #define __htons(x) __ntohs(x) |
__ntohs | 80 | include/asm-mips/byteorder.h | __ntohs((x))) |
__ntohs | 24 | include/asm-ppc/byteorder.h | extern unsigned short int __ntohs(unsigned short int); |
__ntohs | 61 | include/asm-ppc/byteorder.h | #define __htons(x) __ntohs(x) |
__ntohs | 73 | include/asm-ppc/byteorder.h | __ntohs((x))) |