Home
last modified time | relevance | path

Searched refs:IP_MULTICAST (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/
Dinet.h116 #define IN_MULTICAST(a) IP_MULTICAST(a)
Dip4_addr.h96 #define IP_MULTICAST(a) IP_CLASSD(a) macro
/third_party/lwip/src/core/ipv4/
Dip4.c254 if ((p->flags & PBUF_FLAG_LLMCAST) || IP_MULTICAST(addr)) { in ip4_canforward()
/third_party/lwip/src/netif/ppp/
Dipcp.c1948 || IP_MULTICAST(addr) || IP_BADCLASS(addr) in ipcp_up()