tag | line | file | source code |
__ntohl | 22 | include/asm-alpha/byteorder.h | extern unsigned long int __ntohl(unsigned long int); |
__ntohl | 81 | include/asm-alpha/byteorder.h | #define __htonl(x) __ntohl(x) |
__ntohl | 90 | include/asm-alpha/byteorder.h | __ntohl((x))) |
__ntohl | 27 | include/asm-i386/byteorder.h | extern __inline__ unsigned long int __ntohl(unsigned long int); |
__ntohl | 66 | include/asm-i386/byteorder.h | #define __htonl(x) __ntohl(x) |
__ntohl | 75 | include/asm-i386/byteorder.h | __ntohl((x))) |
__ntohl | 27 | include/asm-mips/byteorder.h | extern __inline__ unsigned long int __ntohl(unsigned long int); |
__ntohl | 67 | include/asm-mips/byteorder.h | #define __htonl(x) __ntohl(x) |
__ntohl | 76 | include/asm-mips/byteorder.h | __ntohl((x))) |
__ntohl | 23 | include/asm-ppc/byteorder.h | extern unsigned long int __ntohl(unsigned long int); |
__ntohl | 60 | include/asm-ppc/byteorder.h | #define __htonl(x) __ntohl(x) |
__ntohl | 69 | include/asm-ppc/byteorder.h | __ntohl((x))) |