Searched refs:ethbroadcast (Results 1 – 5 of 5) sorted by relevance
| /lib/lwip/lwip/src/include/netif/ |
| A D | ethernet.h | 69 extern const struct eth_addr ethbroadcast, ethzero;
|
| /lib/lwip/lwip/src/netif/ |
| A D | ethernet.c | 63 const struct eth_addr ethbroadcast = {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}; variable 164 else if (eth_addr_cmp(ðhdr->dest, ðbroadcast)) {
|
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | etharp.c | 809 dest = (const struct eth_addr *)ðbroadcast; 1161 ethernet_output(netif, p, ethsrc_addr, ðbroadcast, ETHTYPE_ARP); 1210 return etharp_request_dst(netif, ipaddr, ðbroadcast); 1227 return etharp_raw(netif, (struct eth_addr *)netif->hwaddr, ðbroadcast, 1245 return etharp_raw(netif, (struct eth_addr *)netif->hwaddr, ðbroadcast,
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | pppoe.c | 881 MEMCPY(&sc->sc_dest, ethbroadcast.addr, sizeof(sc->sc_dest)); in pppoe_timeout() 920 MEMCPY(&sc->sc_dest, ethbroadcast.addr, sizeof(sc->sc_dest)); in pppoe_connect()
|
| /lib/lwip/lwip/ |
| A D | CHANGELOG | 2845 etharp_raw use ethbroadcast for the "ethdst_addr" parameter. But it could be 3120 * ethernetif.c, contrib/ports/various: ethbroadcast now a shared global
|
Completed in 15 milliseconds