Searched refs:ntohl (Results 1 – 4 of 4) sorted by relevance
118 #define INT_CONF ntohl(0x434f4e46)119 #define INT_ONFI ntohl(0x4f4e4649)120 #define INT_NFIG ntohl(0x4e464947)121 #define INT_FIG_ ntohl(0x4649475f)
361 extern uint32_t ntohl (uint32_t __netlong) __THROW __attribute__ ((__const__));381 # define ntohl(x) (x) macro387 # define ntohl(x) __bswap_32 (x) macro426 && (ntohl (((__const uint32_t *) (a))[3]) > 1))
256 #define IXDR_GET_INT32(buf) ((int32_t)ntohl((uint32_t)*(buf)++))
75 *buf = ntohl(*buf); in le32_to_cpu_array()