tag | line | file | source code |
__constant_ntohl | 16 | include/asm-alpha/byteorder.h | extern unsigned long int __constant_ntohl(unsigned long int); |
__constant_ntohl | 54 | include/asm-alpha/byteorder.h | #define __constant_htonl(x) __constant_ntohl(x) |
__constant_ntohl | 60 | include/asm-alpha/byteorder.h | __constant_ntohl((x)) : \ |
__constant_ntohl | 16 | include/asm-i386/byteorder.h | extern unsigned long int __constant_ntohl(unsigned long int); |
__constant_ntohl | 51 | include/asm-i386/byteorder.h | #define __constant_htonl(x) __constant_ntohl(x) |
__constant_ntohl | 57 | include/asm-i386/byteorder.h | __constant_ntohl((x)) : \ |
__constant_ntohl | 16 | include/asm-mips/byteorder.h | extern unsigned long int __constant_ntohl(unsigned long int); |
__constant_ntohl | 60 | include/asm-mips/byteorder.h | #define __constant_htonl(x) __constant_ntohl(x) |
__constant_ntohl | 66 | include/asm-mips/byteorder.h | __constant_ntohl((x)) : \ |
__constant_ntohl | 16 | include/asm-sparc/byteorder.h | extern unsigned long int __constant_ntohl(unsigned long int); |
__constant_ntohl | 60 | include/asm-sparc/byteorder.h | #define __constant_htonl(x) __constant_ntohl(x) |
__constant_ntohl | 66 | include/asm-sparc/byteorder.h | __constant_ntohl((x)) : \ |