LL_IP4_MULTICAST_ADDR_0 is only used within LwIP.
 
Symbols
loading...
Files
loading...

LL_IP4_MULTICAST_ADDR_0 macro

Syntax

#define LL_IP4_MULTICAST_ADDR_0 0x01

References

LocationText
ethernet.h:111
#define LL_IP4_MULTICAST_ADDR_0 0x01
etharp.c:812
mcastaddr.addr[0] = LL_IP4_MULTICAST_ADDR_0;
ethernet.c:148
if (ethhdr->dest.addr[0] == LL_IP4_MULTICAST_ADDR_0) {