tag | line | file | source code |
__ntohs | 23 | include/asm-alpha/byteorder.h | extern unsigned short int __ntohs(unsigned short int); |
__ntohs | 61 | include/asm-alpha/byteorder.h | #define __htons(x) __ntohs(x) |
__ntohs | 73 | include/asm-alpha/byteorder.h | __ntohs((x))) |
__ntohs | 23 | include/asm-i386/byteorder.h | extern unsigned short int __ntohs(unsigned short int); |
__ntohs | 58 | include/asm-i386/byteorder.h | #define __htons(x) __ntohs(x) |
__ntohs | 70 | include/asm-i386/byteorder.h | __ntohs((x))) |
__ntohs | 25 | include/asm-mips/byteorder.h | extern unsigned short int __ntohs(unsigned short int); |
__ntohs | 69 | include/asm-mips/byteorder.h | #define __htons(x) __ntohs(x) |
__ntohs | 81 | include/asm-mips/byteorder.h | __ntohs((x))) |
__ntohs | 18 | include/asm-sparc/byteorder.h | extern unsigned short int __ntohs(unsigned short int); |
__ntohs | 62 | include/asm-sparc/byteorder.h | #define __htons(x) __ntohs(x) |
__ntohs | 74 | include/asm-sparc/byteorder.h | __ntohs((x))) |