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

LL_IP4_MULTICAST_ADDR_1 macro

Syntax

#define LL_IP4_MULTICAST_ADDR_1 0x00

References

LocationText
ethernet.h:112
#define LL_IP4_MULTICAST_ADDR_1 0x00
etharp.c:813
mcastaddr.addr[1] = LL_IP4_MULTICAST_ADDR_1;
ethernet.c:150
if ((ethhdr->dest.addr[1] == LL_IP4_MULTICAST_ADDR_1) &&