Checked in slightly modified version of patch # 6370: Moved loopif code to netif.c so that loopback traffic is supported on all netifs (all local IPs).

This commit is contained in:
goldsimon
2008-06-12 20:10:08 +00:00
parent 24e0b25215
commit 88ff8c83e9
7 changed files with 202 additions and 172 deletions

View File

@@ -39,8 +39,8 @@
extern "C" {
#endif
#if !LWIP_LOOPIF_MULTITHREADING
void loopif_poll(struct netif *netif);
#if !LWIP_NETIF_LOOPBACK_MULTITHREADING
#define loopif_poll(netif) netif_poll()
#endif
err_t loopif_init(struct netif *netif);