lwIP
prefix_option
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
prefix_option
prefix_option struct
Syntax
Show:
Summary
Declaration
from
nd6.h:180
struct
prefix_option
{
PACK_STRUCT_FLD_8
(
u8_t
type
)
;
PACK_STRUCT_FLD_8
(
u8_t
length
)
;
PACK_STRUCT_FLD_8
(
u8_t
prefix_length
)
;
PACK_STRUCT_FLD_8
(
u8_t
flags
)
;
PACK_STRUCT_FIELD
(
u32_t
valid_lifetime
)
;
PACK_STRUCT_FIELD
(
u32_t
preferred_lifetime
)
;
PACK_STRUCT_FLD_8
(
u8_t
reserved2
[
3
]
)
;
PACK_STRUCT_FLD_8
(
u8_t
site_prefix_length
)
;
PACK_STRUCT_FLD_S
(
ip6_addr_p_t
prefix
)
;
}
;
Fields
Field
Declared as
prefix_option::type
u8_t
prefix_option::length
u8_t
prefix_option::prefix_length
u8_t
prefix_option::flags
u8_t
prefix_option::valid_lifetime
u32_t
prefix_option::preferred_lifetime
u32_t
prefix_option::reserved2
u8_t
[
3
]
prefix_option::site_prefix_length
u8_t
prefix_option::prefix
ip6_addr_p_t
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