Searched refs:IP_MULTICAST (Results 1 – 6 of 6) sorted by relevance
111 #define IP_MULTICAST(a) IP_CLASSD(a) macro112 #define IN_MULTICAST(a) IP_MULTICAST(a)
116 #define IN_MULTICAST(a) IP_MULTICAST(a)
129 #define IP_MULTICAST(a) IP_CLASSD(a) macro
120 #define IN_MULTICAST(a) IP_MULTICAST(a)
127 #define IP_MULTICAST(a) IP_CLASSD(a) macro
250 if ((p->flags & PBUF_FLAG_LLMCAST) && !IP_MULTICAST(addr)) { in ip4_canforward()
Completed in 8 milliseconds