tag | line | file | source code |
__constant_ntohs | 25 | include/asm-alpha/byteorder.h | extern unsigned short int __constant_ntohs(unsigned short int); |
__constant_ntohs | 84 | include/asm-alpha/byteorder.h | #define __constant_htons(x) __constant_ntohs(x) |
__constant_ntohs | 93 | include/asm-alpha/byteorder.h | __constant_ntohs((x)) : \ |
__constant_ntohs | 30 | include/asm-i386/byteorder.h | extern __inline__ unsigned short int __constant_ntohs(unsigned short int); |
__constant_ntohs | 69 | include/asm-i386/byteorder.h | #define __constant_htons(x) __constant_ntohs(x) |
__constant_ntohs | 78 | include/asm-i386/byteorder.h | __constant_ntohs((x)) : \ |
__constant_ntohs | 30 | include/asm-mips/byteorder.h | extern __inline__ unsigned short int __constant_ntohs(unsigned short int); |
__constant_ntohs | 70 | include/asm-mips/byteorder.h | #define __constant_htons(x) __constant_ntohs(x) |
__constant_ntohs | 79 | include/asm-mips/byteorder.h | __constant_ntohs((x)) : \ |
__constant_ntohs | 26 | include/asm-ppc/byteorder.h | extern unsigned short int __constant_ntohs(unsigned short int); |
__constant_ntohs | 63 | include/asm-ppc/byteorder.h | #define __constant_htons(x) __constant_ntohs(x) |
__constant_ntohs | 72 | include/asm-ppc/byteorder.h | __constant_ntohs((x)) : \ |