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

ethbroadcast variable

Syntax

extern const struct eth_addr ethbroadcast;
Implemented in ethernet.c:63

References

LocationReferrerText
ethernet.c:63
const struct eth_addr ethbroadcast = {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}};
ethernet.h:69
extern const struct eth_addr ethbroadcast, ethzero;
etharp.c:808etharp_output()
dest = (const struct eth_addr *)&ethbroadcast;
etharp.c:1201etharp_request()
return etharp_request_dst(netif, ipaddr, &ethbroadcast);
ethernet.c:164ethernet_input()
else if (eth_addr_cmp(&ethhdr->dest, &ethbroadcast)) {

Type Use

Type of ethbroadcast
ethbroadcast
all items filtered out