lwIP
ip6_addr_net_eq
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
ip6_addr_net_eq
ip6_addr_net_eq macro
Determine if two IPv6 address are on the same network.
Syntax
Show:
Summary
Declaration
from
ip6_addr.h:167
#define
ip6_addr_net_eq
(
addr1
,
addr2
)
(
ip6_addr_net_zoneless_eq
(
(
addr1
)
,
(
addr2
)
)
&&
\
ip6_addr_zone_eq
(
(
addr1
)
,
(
addr2
)
)
)
Arguments
Argument
Description
addr1
IPv6 address 1
addr2
IPv6 address 2
Return value
1 if the network identifiers of both address match, 0 if not
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