Home
last modified time | relevance | path

Searched refs:ntohl (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/basic/
H A Dfixdep.c118 #define INT_CONF ntohl(0x434f4e46)
119 #define INT_ONFI ntohl(0x4f4e4649)
120 #define INT_NFIG ntohl(0x4e464947)
121 #define INT_FIG_ ntohl(0x4649475f)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Din.h361 extern uint32_t ntohl (uint32_t __netlong) __THROW __attribute__ ((__const__));
381 # define ntohl(x) (x) macro
387 # define ntohl(x) __bswap_32 (x) macro
426 && (ntohl (((__const uint32_t *) (a))[3]) > 1))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dxdr.h256 #define IXDR_GET_INT32(buf) ((int32_t)ntohl((uint32_t)*(buf)++))
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dsumversion.c75 *buf = ntohl(*buf); in le32_to_cpu_array()