Searched refs:IP_MULTICAST (Results 1 – 11 of 11) sorted by relevance
85 #define IN_MULTICAST(a) IP_MULTICAST(a)
129 #define IP_MULTICAST(a) IP_CLASSD(a) macro
116 #define IN_MULTICAST(a) IP_MULTICAST(a)
96 #define IP_MULTICAST(a) IP_CLASSD(a) macro
112 #define IP_MULTICAST(a) IP_CLASSD(a) macro
174 if ((p->flags & PBUF_FLAG_LLMCAST) && !IP_MULTICAST(addr)) { in ip_canforward()
240 if ((p->flags & PBUF_FLAG_LLMCAST) && !IP_MULTICAST(addr)) { in ip4_canforward()
254 if ((p->flags & PBUF_FLAG_LLMCAST) || IP_MULTICAST(addr)) { in ip4_canforward()
1948 || IP_MULTICAST(addr) || IP_BADCLASS(addr) in ipcp_up()
Completed in 26 milliseconds