LwIP
lwip_ip_addr_type
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
lwip_ip_addr_type
lwip_ip_addr_type enum
IP address types for use in ip_addr_t.type member. @see tcp_new_ip_type(), udp_new_ip_type(), raw_new_ip_type().
Syntax
Show:
Summary
Declaration
from
ip_addr.h:54
enum
lwip_ip_addr_type
{
IPADDR_TYPE_V4
=
0U
,
IPADDR_TYPE_V6
=
6U
,
IPADDR_TYPE_ANY
=
46U
}
;
Values
Value
Declared as
Description
lwip_ip_addr_type::IPADDR_TYPE_V4
=
0U
IPv4.
lwip_ip_addr_type::IPADDR_TYPE_V6
=
6U
IPv6.
lwip_ip_addr_type::IPADDR_TYPE_ANY
=
46U
IPv4+IPv6 ("dual-stack").
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out