__IPADDR 157 netinet/in.h #define IN_CLASSA(i) (((u_int32_t)(i) & __IPADDR(0x80000000)) == \ __IPADDR 158 netinet/in.h __IPADDR(0x00000000)) __IPADDR 159 netinet/in.h #define IN_CLASSA_NET __IPADDR(0xff000000) __IPADDR 161 netinet/in.h #define IN_CLASSA_HOST __IPADDR(0x00ffffff) __IPADDR 164 netinet/in.h #define IN_CLASSB(i) (((u_int32_t)(i) & __IPADDR(0xc0000000)) == \ __IPADDR 165 netinet/in.h __IPADDR(0x80000000)) __IPADDR 166 netinet/in.h #define IN_CLASSB_NET __IPADDR(0xffff0000) __IPADDR 168 netinet/in.h #define IN_CLASSB_HOST __IPADDR(0x0000ffff) __IPADDR 171 netinet/in.h #define IN_CLASSC(i) (((u_int32_t)(i) & __IPADDR(0xe0000000)) == \ __IPADDR 172 netinet/in.h __IPADDR(0xc0000000)) __IPADDR 173 netinet/in.h #define IN_CLASSC_NET __IPADDR(0xffffff00) __IPADDR 175 netinet/in.h #define IN_CLASSC_HOST __IPADDR(0x000000ff) __IPADDR 177 netinet/in.h #define IN_CLASSD(i) (((u_int32_t)(i) & __IPADDR(0xf0000000)) == \ __IPADDR 178 netinet/in.h __IPADDR(0xe0000000)) __IPADDR 180 netinet/in.h #define IN_CLASSD_NET __IPADDR(0xf0000000) __IPADDR 182 netinet/in.h #define IN_CLASSD_HOST __IPADDR(0x0fffffff) __IPADDR 185 netinet/in.h #define IN_EXPERIMENTAL(i) (((u_int32_t)(i) & __IPADDR(0xf0000000)) == \ __IPADDR 186 netinet/in.h __IPADDR(0xf0000000)) __IPADDR 187 netinet/in.h #define IN_BADCLASS(i) (((u_int32_t)(i) & __IPADDR(0xf0000000)) == \ __IPADDR 188 netinet/in.h __IPADDR(0xf0000000)) __IPADDR 190 netinet/in.h #define IN_LOCAL_GROUP(i) (((u_int32_t)(i) & __IPADDR(0xffffff00)) == \ __IPADDR 191 netinet/in.h __IPADDR(0xe0000000)) __IPADDR 193 netinet/in.h #define INADDR_ANY __IPADDR(0x00000000) __IPADDR 194 netinet/in.h #define INADDR_LOOPBACK __IPADDR(0x7f000001) __IPADDR 195 netinet/in.h #define INADDR_BROADCAST __IPADDR(0xffffffff) /* must be masked */ __IPADDR 197 netinet/in.h #define INADDR_NONE __IPADDR(0xffffffff) /* -1 return */ __IPADDR 200 netinet/in.h #define INADDR_UNSPEC_GROUP __IPADDR(0xe0000000) /* 224.0.0.0 */ __IPADDR 201 netinet/in.h #define INADDR_ALLHOSTS_GROUP __IPADDR(0xe0000001) /* 224.0.0.1 */ __IPADDR 202 netinet/in.h #define INADDR_ALLROUTERS_GROUP __IPADDR(0xe0000002) /* 224.0.0.2 */ __IPADDR 203 netinet/in.h #define INADDR_CARP_GROUP __IPADDR(0xe0000012) /* 224.0.0.18 */ __IPADDR 204 netinet/in.h #define INADDR_PFSYNC_GROUP __IPADDR(0xe00000f0) /* 224.0.0.240 */ __IPADDR 205 netinet/in.h #define INADDR_MAX_LOCAL_GROUP __IPADDR(0xe00000ff) /* 224.0.0.255 */