Searched refs:htonl (Results 1 – 5 of 5) sorted by relevance
364 extern uint32_t htonl (uint32_t __hostlong)383 # define htonl(x) (x) macro389 # define htonl(x) __bswap_32 (x) macro405 && ((__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)))
118 #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)
402 tcm_hdr->tcm_len = htonl(msg_len); in TCM_SET()
257 #define IXDR_PUT_INT32(buf, v) (*(buf)++ = (int32_t)htonl((uint32_t)(v)))
83 *buf = htonl(*buf); in cpu_to_le32_array()