netxduo
NX_DHCPV6_IA_ADDRESS
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_DHCPV6_IA_ADDRESS
NX_DHCPV6_IA_ADDRESS struct
Syntax
Show:
Summary
Declaration
from
nxd_dhcpv6_client.h:575
typedef
struct
NX_DHCPV6_IA_ADDRESS_STRUCT
{
USHORT
nx_op_code
;
USHORT
nx_option_length
;
NXD_ADDRESS
nx_global_address
;
ULONG
nx_preferred_lifetime
;
ULONG
nx_valid_lifetime
;
UINT
nx_address_status
;
UINT
nx_address_map
;
}
NX_DHCPV6_IA_ADDRESS
;
Fields
Field
Declared as
NX_DHCPV6_IA_ADDRESS_STRUCT::nx_op_code
USHORT
NX_DHCPV6_IA_ADDRESS_STRUCT::nx_option_length
USHORT
NX_DHCPV6_IA_ADDRESS_STRUCT::nx_global_address
NXD_ADDRESS
NX_DHCPV6_IA_ADDRESS_STRUCT::nx_preferred_lifetime
ULONG
NX_DHCPV6_IA_ADDRESS_STRUCT::nx_valid_lifetime
ULONG
NX_DHCPV6_IA_ADDRESS_STRUCT::nx_address_status
UINT
NX_DHCPV6_IA_ADDRESS_STRUCT::nx_address_map
UINT
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
NX_DHCPV6_IA_ADDRESS_STRUCT
nxd_dhcpv6_client.h:575
}
NX_DHCPV6_IA_ADDRESS
;
nxd_dhcpv6_client.h:586
NX_DHCPV6_IA_ADDRESS
NX_DHCPV6_IA_ADDRESS
nx_dhcpv6_ia
[
NX_DHCPV6_MAX_IA_ADDRESS
]
;
/* Client internet address option */
nxd_dhcpv6_client.h:710
NX_DHCPV6_STRUCT
NX_DHCPV6_STRUCT::nx_dhcpv6_ia
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
Instance
Scope
Location
Project
NX_DHCPV6_STRUCT::nx_dhcpv6_ia
NX_DHCPV6_STRUCT
nxd_dhcpv6_client.h:710
Lifecycle
from
examples
All items filtered out
All items filtered out