tag | line | file | source code |
__constant_ntohl | 24 | include/asm-alpha/byteorder.h | extern unsigned long int __constant_ntohl(unsigned long int); |
__constant_ntohl | 83 | include/asm-alpha/byteorder.h | #define __constant_htonl(x) __constant_ntohl(x) |
__constant_ntohl | 89 | include/asm-alpha/byteorder.h | __constant_ntohl((x)) : \ |
__constant_ntohl | 29 | include/asm-i386/byteorder.h | extern __inline__ unsigned long int __constant_ntohl(unsigned long int); |
__constant_ntohl | 68 | include/asm-i386/byteorder.h | #define __constant_htonl(x) __constant_ntohl(x) |
__constant_ntohl | 74 | include/asm-i386/byteorder.h | __constant_ntohl((x)) : \ |
__constant_ntohl | 29 | include/asm-mips/byteorder.h | extern __inline__ unsigned long int __constant_ntohl(unsigned long int); |
__constant_ntohl | 69 | include/asm-mips/byteorder.h | #define __constant_htonl(x) __constant_ntohl(x) |
__constant_ntohl | 75 | include/asm-mips/byteorder.h | __constant_ntohl((x)) : \ |
__constant_ntohl | 25 | include/asm-ppc/byteorder.h | extern unsigned long int __constant_ntohl(unsigned long int); |
__constant_ntohl | 62 | include/asm-ppc/byteorder.h | #define __constant_htonl(x) __constant_ntohl(x) |
__constant_ntohl | 68 | include/asm-ppc/byteorder.h | __constant_ntohl((x)) : \ |