mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 05:24:37 +08: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
|
#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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user