IP_ADDR_ANY is now a pointer to { 0UL } (see IP_ADDR_BROADCAST).

For easier debugging of IP addresses.
This commit is contained in:
likewise 2003-04-01 14:50:00 +00:00
parent a22e66f5ee
commit 7842a0190a

View File

@ -34,8 +34,7 @@
#include "lwip/arch.h"
#define IP_ADDR_ANY 0
#define IP_ADDR_ANY (&ip_addr_any)
#define IP_ADDR_BROADCAST (&ip_addr_broadcast)
#ifdef PACK_STRUCT_USE_INCLUDES