tag | line | file | source code |
__ntohs | 15 | include/asm-alpha/byteorder.h | extern unsigned short int __ntohs(unsigned short int); |
__ntohs | 53 | include/asm-alpha/byteorder.h | #define __htons(x) __ntohs(x) |
__ntohs | 65 | include/asm-alpha/byteorder.h | __ntohs((x))) |
__ntohs | 15 | include/asm-i386/byteorder.h | extern unsigned short int __ntohs(unsigned short int); |
__ntohs | 50 | include/asm-i386/byteorder.h | #define __htons(x) __ntohs(x) |
__ntohs | 62 | include/asm-i386/byteorder.h | __ntohs((x))) |
__ntohs | 15 | include/asm-mips/byteorder.h | extern unsigned short int __ntohs(unsigned short int); |
__ntohs | 59 | include/asm-mips/byteorder.h | #define __htons(x) __ntohs(x) |
__ntohs | 71 | include/asm-mips/byteorder.h | __ntohs((x))) |
__ntohs | 15 | include/asm-sparc/byteorder.h | extern unsigned short int __ntohs(unsigned short int); |
__ntohs | 59 | include/asm-sparc/byteorder.h | #define __htons(x) __ntohs(x) |
__ntohs | 71 | include/asm-sparc/byteorder.h | __ntohs((x))) |