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