tag | line | file | source code |
__ntohl | 22 | include/asm-alpha/byteorder.h | extern unsigned long int __ntohl(unsigned long int); |
__ntohl | 60 | include/asm-alpha/byteorder.h | #define __htonl(x) __ntohl(x) |
__ntohl | 69 | include/asm-alpha/byteorder.h | __ntohl((x))) |
__ntohl | 22 | include/asm-i386/byteorder.h | extern unsigned long int __ntohl(unsigned long int); |
__ntohl | 57 | include/asm-i386/byteorder.h | #define __htonl(x) __ntohl(x) |
__ntohl | 66 | include/asm-i386/byteorder.h | __ntohl((x))) |
__ntohl | 24 | include/asm-mips/byteorder.h | extern unsigned long int __ntohl(unsigned long int); |
__ntohl | 68 | include/asm-mips/byteorder.h | #define __htonl(x) __ntohl(x) |
__ntohl | 77 | include/asm-mips/byteorder.h | __ntohl((x))) |
__ntohl | 17 | include/asm-sparc/byteorder.h | extern unsigned long int __ntohl(unsigned long int); |
__ntohl | 61 | include/asm-sparc/byteorder.h | #define __htonl(x) __ntohl(x) |
__ntohl | 70 | include/asm-sparc/byteorder.h | __ntohl((x))) |