Searched refs:IP_CLASSD (Results 1 – 6 of 6) sorted by relevance
125 #define IP_CLASSD(a) (((u32_t)(a) & 0xf0000000UL) == 0xe0000000UL) macro129 #define IP_MULTICAST(a) IP_CLASSD(a)
79 #define IN_CLASSD(d) IP_CLASSD(d)
108 #define IP_CLASSD(a) (((u32_t)(a) & 0xf0000000UL) == 0xe0000000UL) macro112 #define IP_MULTICAST(a) IP_CLASSD(a)
110 #define IN_CLASSD(d) IP_CLASSD(d)
92 #define IP_CLASSD(a) (((u32_t)(a) & 0xf0000000UL) == 0xe0000000UL) macro96 #define IP_MULTICAST(a) IP_CLASSD(a)
Completed in 8 milliseconds