Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/
Detharp.c676 const u8_t * ethdst_hwaddr; local
771ethdst_hwaddr = ip_addr_islinklocal(&netif->ip_addr) ? (u8_t*)(ethbroadcast.addr) : hdr->shwaddr.a…
776 ETHADDR16_COPY(&ethhdr->dest, ethdst_hwaddr);
1127 const u8_t * ethdst_hwaddr; local
1153 ethdst_hwaddr = ip_addr_islinklocal(ipsrc_addr) ? (u8_t*)(ethbroadcast.addr) : ethdst_addr->addr;
1160 ETHADDR16_COPY(&ethhdr->dest, ethdst_hwaddr);