Searched refs:IP_MULTICAST (Results 1 – 4 of 4) sorted by relevance
116 #define IN_MULTICAST(a) IP_MULTICAST(a)
96 #define IP_MULTICAST(a) IP_CLASSD(a) macro
287 if ((p->flags & PBUF_FLAG_LLMCAST) || IP_MULTICAST(addr)) {
1948 || IP_MULTICAST(addr) || IP_BADCLASS(addr) in ipcp_up()