lwIP
IP_V6_EQ_PART
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
IP_V6_EQ_PART
IP_V6_EQ_PART macro
Syntax
Show:
Summary
Declaration
from
ip_addr.h:137
#define
IP_V6_EQ_PART
(
ipaddr
,
WORD
,
VAL
)
(
ip_2_ip6
(
ipaddr
)
->
addr
[
WORD
]
==
htonl
(
VAL
)
)
Arguments
Argument
ipaddr
WORD
VAL
Examples
References
from
examples
Code
Location
#define
IP_V6_EQ_PART
(
ipaddr
,
WORD
,
VAL
)
(
ip_2_ip6
(
ipaddr
)
->
addr
[
WORD
]
==
htonl
(
VAL
)
)
ip_addr.h:137
#define
IP_IS_V4MAPPEDV6
(
ipaddr
)
(
IP_IS_V6
(
ipaddr
)
&&
IP_V6_EQ_PART
(
ipaddr
,
0
,
0
)
&&
IP_V6_EQ_PART
(
ipaddr
,
1
,
0
)
&&
IP_V6_EQ_PART
(
ipaddr
,
2
,
0x0000FFFF
)
)
ip_addr.h:138
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