Home
last modified time | relevance | path

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

/AliOS-Things-master/components/netmgr/net/include/sys/
A Dipaddr.h111 #define IP_MULTICAST(a) IP_CLASSD(a) macro
112 #define IN_MULTICAST(a) IP_MULTICAST(a)
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dinet.h116 #define IN_MULTICAST(a) IP_MULTICAST(a)
A Dip4_addr.h129 #define IP_MULTICAST(a) IP_CLASSD(a) macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dinet.h120 #define IN_MULTICAST(a) IP_MULTICAST(a)
A Dip4_addr.h127 #define IP_MULTICAST(a) IP_CLASSD(a) macro
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4.c250 if ((p->flags & PBUF_FLAG_LLMCAST) && !IP_MULTICAST(addr)) { in ip4_canforward()

Completed in 8 milliseconds