Home | History | Annotate | Download | only in linux

Lines Matching refs:htonl

242 /* <asm/byteorder.h> contains the htonl type stuff.. */
247 #define LOOPBACK(x) (((x) & htonl(0xff000000)) == htonl(0x7f000000))
248 #define MULTICAST(x) (((x) & htonl(0xf0000000)) == htonl(0xe0000000))
249 #define BADCLASS(x) (((x) & htonl(0xf0000000)) == htonl(0xf0000000))
250 #define ZERONET(x) (((x) & htonl(0xff000000)) == htonl(0x00000000))
251 #define LOCAL_MCAST(x) (((x) & htonl(0xFFFFFF00)) == htonl(0xE0000000))