tag | line | file | source code |
__ntohl | 14 | include/asm-alpha/byteorder.h | extern unsigned long int __ntohl(unsigned long int); |
__ntohl | 52 | include/asm-alpha/byteorder.h | #define __htonl(x) __ntohl(x) |
__ntohl | 61 | include/asm-alpha/byteorder.h | __ntohl((x))) |
__ntohl | 14 | include/asm-i386/byteorder.h | extern unsigned long int __ntohl(unsigned long int); |
__ntohl | 49 | include/asm-i386/byteorder.h | #define __htonl(x) __ntohl(x) |
__ntohl | 58 | include/asm-i386/byteorder.h | __ntohl((x))) |
__ntohl | 14 | include/asm-mips/byteorder.h | extern unsigned long int __ntohl(unsigned long int); |
__ntohl | 58 | include/asm-mips/byteorder.h | #define __htonl(x) __ntohl(x) |
__ntohl | 67 | include/asm-mips/byteorder.h | __ntohl((x))) |
__ntohl | 14 | include/asm-sparc/byteorder.h | extern unsigned long int __ntohl(unsigned long int); |
__ntohl | 58 | include/asm-sparc/byteorder.h | #define __htonl(x) __ntohl(x) |
__ntohl | 67 | include/asm-sparc/byteorder.h | __ntohl((x))) |