Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dautoip.h89 u8_t autoip_accept_packet(struct netif *netif, const ip4_addr_t *addr);
/third_party/lwip/src/core/ipv4/
Dautoip.c544 autoip_accept_packet(struct netif *netif, const ip4_addr_t *addr) in autoip_accept_packet() function
Dip4.c433 if (autoip_accept_packet(netif, ip4_current_dest_addr())) {