netxduo
NX_DHCPV6_DUID
is only used within netxduo.
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
STM32 Libraries and Samples
netxduo
NX_DHCPV6_DUID
NX_DHCPV6_DUID struct
Syntax
Show:
Summary
Declaration
from
nxd_dhcpv6_client.h:624
typedef
struct
NX_DHCPV6_DUID_STRUCT
{
USHORT
nx_op_code
;
USHORT
nx_option_length
;
USHORT
nx_duid_type
;
USHORT
nx_hardware_type
;
ULONG
nx_duid_time
;
ULONG
nx_link_layer_address_msw
;
ULONG
nx_link_layer_address_lsw
;
}
NX_DHCPV6_DUID
;
Fields
Field
Declared as
NX_DHCPV6_DUID_STRUCT::nx_op_code
USHORT
NX_DHCPV6_DUID_STRUCT::nx_option_length
USHORT
NX_DHCPV6_DUID_STRUCT::nx_duid_type
USHORT
NX_DHCPV6_DUID_STRUCT::nx_hardware_type
USHORT
NX_DHCPV6_DUID_STRUCT::nx_duid_time
ULONG
NX_DHCPV6_DUID_STRUCT::nx_link_layer_address_msw
ULONG
NX_DHCPV6_DUID_STRUCT::nx_link_layer_address_lsw
ULONG
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
NX_DHCPV6_DUID_STRUCT
nxd_dhcpv6_client.h:624
}
NX_DHCPV6_DUID
;
nxd_dhcpv6_client.h:635
NX_DHCPV6_DUID
NX_DHCPV6_DUID
nx_dhcpv6_client_duid
;
/* Client DUID; ID by which Client and Server identify each other's DUID */
nxd_dhcpv6_client.h:706
NX_DHCPV6_STRUCT
NX_DHCPV6_STRUCT::nx_dhcpv6_client_duid
NX_DHCPV6_DUID
nx_dhcpv6_server_duid
;
/* Server DUID; ID by which Client and Server identify each other's DUID */
nxd_dhcpv6_client.h:707
NX_DHCPV6_STRUCT
NX_DHCPV6_STRUCT::nx_dhcpv6_server_duid
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_client_duid
NX_DHCPV6_STRUCT
nxd_dhcpv6_client.h:706
NX_DHCPV6_STRUCT::nx_dhcpv6_server_duid
NX_DHCPV6_STRUCT
nxd_dhcpv6_client.h:707
Lifecycle
from
examples
All items filtered out
All items filtered out