Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dethernet.h119 #define eth_addr_cmp(addr1, addr2) (memcmp((addr1)->addr, (addr2)->addr, ETH_HWADDR_LEN) == 0) macro
/third_party/lwip/src/core/ipv4/
Dautoip.c507 !eth_addr_cmp(&netifaddr, &hdr->shwaddr))) { in autoip_arp_reply()
518 !eth_addr_cmp(&netifaddr, &hdr->shwaddr)) { in autoip_arp_reply()
/third_party/lwip/src/netif/
Dethernet.c164 else if (eth_addr_cmp(&ethhdr->dest, &ethbroadcast)) {