mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
ip_addr: Add description for IP_ANY_TYPE
This commit is contained in:
parent
b0361f14c1
commit
754d628f2d
@ -453,8 +453,9 @@ extern const ip_addr_t ip6_addr_any;
|
||||
|
||||
#endif
|
||||
|
||||
/** @ingroup ipaddr
|
||||
* Macro representing the 'any' address. */
|
||||
#if LWIP_IPV4 && LWIP_IPV6
|
||||
/** @ingroup ipaddr */
|
||||
#define IP_ANY_TYPE (&ip_addr_any_type)
|
||||
#else
|
||||
#define IP_ANY_TYPE IP_ADDR_ANY
|
||||
|
Loading…
Reference in New Issue
Block a user