Home
last modified time | relevance | path

Searched refs:htonl (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Din.h364 extern uint32_t htonl (uint32_t __hostlong)
383 # define htonl(x) (x) macro
389 # define htonl(x) __bswap_32 (x) macro
405 && ((__const uint32_t *) (a))[3] == htonl (1))
410 ((((__const uint32_t *) (a))[0] & htonl (0xffc00000)) \
411 == htonl (0xfe800000))
414 ((((__const uint32_t *) (a))[0] & htonl (0xffc00000)) \
415 == htonl (0xfec00000))
420 && (((__const uint32_t *) (a))[2] == htonl (0xffff)))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Digmp.h118 #define IGMP_ALL_HOSTS htonl(0xE0000001L)
119 #define IGMP_ALL_ROUTER htonl(0xE0000002L)
120 #define IGMPV3_ALL_MCR htonl(0xE0000016L)
121 #define IGMP_LOCAL_GROUP htonl(0xE0000000L)
122 #define IGMP_LOCAL_GROUP_MASK htonl(0xFFFFFF00L)
H A Dtipc_config.h402 tcm_hdr->tcm_len = htonl(msg_len); in TCM_SET()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dxdr.h257 #define IXDR_PUT_INT32(buf, v) (*(buf)++ = (int32_t)htonl((uint32_t)(v)))
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dsumversion.c83 *buf = htonl(*buf); in cpu_to_le32_array()