Home
last modified time | relevance | path

Searched refs:autoip_arp_reply (Results 1 - 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Dautoip.h83 void autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr);
/third_party/lwip/src/core/ipv4/
H A Dautoip.c476 autoip_arp_reply(struct netif *netif, struct etharp_hdr *hdr) in autoip_arp_reply() function
480 LWIP_DEBUGF(AUTOIP_DEBUG | LWIP_DBG_TRACE, ("autoip_arp_reply()\n")); in autoip_arp_reply()
509 ("autoip_arp_reply(): Probe Conflict detected\n")); in autoip_arp_reply()
520 ("autoip_arp_reply(): Conflicting ARP-Packet detected\n")); in autoip_arp_reply()
H A Detharp.c705 autoip_arp_reply(netif, hdr);

Completed in 6 milliseconds