lwIP
IP6_ADDR
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
IP6_ADDR macro
Set a full IPv6 address by passing the 4 u32_t indices in network byte order
Syntax
Show:
Summary
Declaration
from
ip6_addr.h:75
#define
IP6_ADDR
(
ip6addr
,
idx0
,
idx1
,
idx2
,
idx3
)
do
{
\
(
ip6addr
)
->
addr
[
0
]
=
idx0
;
\
(
ip6addr
)
->
addr
[
1
]
=
idx1
;
\
(
ip6addr
)
->
addr
[
2
]
=
idx2
;
\
(
ip6addr
)
->
addr
[
3
]
=
idx3
;
\
ip6_addr_clear_zone
(
ip6addr
)
;
}
while
(
0
)
Arguments
Argument
ip6addr
idx0
idx1
idx2
idx3
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