LwIP + 0/14 examples
CodeScope will show references to IP_ADDR_ANY from the following samples and libraries:
 
Symbols
loading...
Files
loading...

IP_ADDR_ANY macro

Can be used as a fixed/const ip_addr_t for the IP wildcard. Defined to IP4_ADDR_ANY when IPv4 is enabled. Defined to IP6_ADDR_ANY in IPv6 only systems. Use this if you can handle IPv4 _AND_ IPv6 addresses. Use IP4_ADDR_ANY or IP6_ADDR_ANY when the IP type matters.

Syntax

#define IP_ADDR_ANY IP4_ADDR_ANY

Examples

IP_ADDR_ANY is referenced by 14 libraries and example projects.

References

LocationText
ip_addr.h:382
#define IP_ADDR_ANY IP4_ADDR_ANY
dns.c:367
dns_servers[numdns] = *IP_ADDR_ANY;
dns.c:386
return IP_ADDR_ANY;
ip_addr.h:431
#define IP_ANY_TYPE IP_ADDR_ANY