Further improvement to netif input function autoselection: Select between netif_input() and tcpip_input() depending on NO_SYS setting

This commit is contained in:
Dirk Ziegelmeier
2016-07-30 10:29:14 +02:00
parent 4b67c582f6
commit 0c7d015ec4
2 changed files with 16 additions and 7 deletions

View File

@@ -413,6 +413,8 @@ void netif_poll_all(void);
#endif /* !LWIP_NETIF_LOOPBACK_MULTITHREADING */
#endif /* ENABLE_LOOPBACK */
err_t netif_input(struct pbuf *p, struct netif *inp);
#if LWIP_IPV6
/** @ingroup netif */
#define netif_ip_addr6(netif, i) ((const ip_addr_t*)(&((netif)->ip6_addr[i])))