lwIP
+
0
/1 examples
SourceVu will show references to
ip4_2_ipv4_mapped_ipv6
from the following samples and libraries:
ESP-IDF
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
ip4_2_ipv4_mapped_ipv6
ip4_2_ipv4_mapped_ipv6 macro
Syntax
Show:
Summary
Declaration
from
ip_addr.h:276
#define
ip4_2_ipv4_mapped_ipv6
(
ip6addr
,
ip4addr
)
do
{
\
(
ip6addr
)
->
addr
[
3
]
=
(
ip4addr
)
->
addr
;
\
(
ip6addr
)
->
addr
[
2
]
=
PP_HTONL
(
0x0000FFFFUL
)
;
\
(
ip6addr
)
->
addr
[
1
]
=
0
;
\
(
ip6addr
)
->
addr
[
0
]
=
0
;
\
ip6_addr_clear_zone
(
ip6addr
)
;
}
while
(
0
)
;
Arguments
Argument
ip6addr
ip4addr
Examples
ip4_2_ipv4_mapped_ipv6
is referenced by 1 libraries and example projects:
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