Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dautoip.h81 u8_t autoip_accept_packet(struct netif *netif, const ip4_addr_t *addr);
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dautoip.c354 autoip_accept_packet(struct netif *netif, const ip4_addr_t *addr) in autoip_accept_packet() function
H A Dip4.c400 if (autoip_accept_packet(netif, ip4_current_dest_addr())) { in ip4_input_accept()