lwIP
+
0
/8 examples
SourceVu will show references to
inet6_addr_to_ip6addr
from the following samples and libraries:
icmp_echo sample
iperf sample
bleprph_wifi_coex sample
udp_multicast sample
mb_master sample
mb_slave sample
mb_tcp_master sample
mb_tcp_slave sample
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
inet6_addr_to_ip6addr
inet6_addr_to_ip6addr macro
Syntax
Show:
Summary
Declaration
from
inet.h:168
#define
inet6_addr_to_ip6addr
(
target_ip6addr
,
source_in6addr
)
{
(
target_ip6addr
)
->
addr
[
0
]
=
(
source_in6addr
)
->
un
.
u32_addr
[
0
]
;
\
(
target_ip6addr
)
->
addr
[
1
]
=
(
source_in6addr
)
->
un
.
u32_addr
[
1
]
;
\
(
target_ip6addr
)
->
addr
[
2
]
=
(
source_in6addr
)
->
un
.
u32_addr
[
2
]
;
\
(
target_ip6addr
)
->
addr
[
3
]
=
(
source_in6addr
)
->
un
.
u32_addr
[
3
]
;
\
ip6_addr_clear_zone
(
target_ip6addr
)
;
}
Arguments
Argument
target_ip6addr
source_in6addr
Examples
inet6_addr_to_ip6addr
is referenced by 8 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