Lines Matching defs:a
149 #define IN_CLASSA(a) ((((in_addr_t)(a)) & 0x80000000) == 0) argument
155 #define IN_CLASSB(a) ((((in_addr_t)(a)) & 0xc0000000) == 0x80000000) argument
161 #define IN_CLASSC(a) ((((in_addr_t)(a)) & 0xe0000000) == 0xc0000000) argument
166 #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000) argument
167 #define IN_MULTICAST(a) IN_CLASSD(a) argument
169 #define IN_EXPERIMENTAL(a) ((((in_addr_t)(a)) & 0xe0000000) == 0xe0000000) argument
170 #define IN_BADCLASS(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xf0000000) argument
395 #define IN6_IS_ADDR_UNSPECIFIED(a) \ argument
401 #define IN6_IS_ADDR_LOOPBACK(a) \ argument
407 #define IN6_IS_ADDR_MULTICAST(a) (((__const uint8_t *) (a))[0] == 0xff) argument
409 #define IN6_IS_ADDR_LINKLOCAL(a) \ argument
413 #define IN6_IS_ADDR_SITELOCAL(a) \ argument
417 #define IN6_IS_ADDR_V4MAPPED(a) \ argument
422 #define IN6_IS_ADDR_V4COMPAT(a) \ argument
428 #define IN6_ARE_ADDR_EQUAL(a,b) \ argument
444 #define IN6_IS_ADDR_MC_NODELOCAL(a) \ argument
448 #define IN6_IS_ADDR_MC_LINKLOCAL(a) \ argument
452 #define IN6_IS_ADDR_MC_SITELOCAL(a) \ argument
456 #define IN6_IS_ADDR_MC_ORGLOCAL(a) \ argument
460 #define IN6_IS_ADDR_MC_GLOBAL(a) \ argument