io6Library
WIZnet Dual Stack TCP/IP Ethernet Controller Driver
Data Fields
wiz_Prefix_t Struct Reference

Prefix Information. More...

#include <wizchip_conf.h>

Data Fields

uint8_t len
 Prefix Length.
It is used to set _SUB6R_ to 1 as many as len from LSB bit. More...
 
uint8_t flag
 Prefix Flag. More...
 
uint32_t valid_lifetime
 Valid Lifetime. More...
 
uint32_t preferred_lifetime
 Preferred Lifetime. More...
 
uint8_t prefix [16]
 Prefix. More...
 

Detailed Description

Prefix Information.

wiz_Prefix is a structure type to indicate a prefix information(0x03) of received RA message from a router.

See also
ctlnetservice(), CNS_SLAAC, IK_SOCKL_RS
IK_SOCKL_TOUT, IK_SOCKL_RA, CNS_GET_PREFIX

Definition at line 530 of file wizchip_conf.h.

Field Documentation

◆ len

uint8_t wiz_Prefix_t::len

Prefix Length.
It is used to set _SUB6R_ to 1 as many as len from LSB bit.

Definition at line 532 of file wizchip_conf.h.

Referenced by wizchip_getprefix(), and wizchip_slaac().

◆ flag

uint8_t wiz_Prefix_t::flag

Prefix Flag.

Definition at line 533 of file wizchip_conf.h.

Referenced by wizchip_getprefix(), and wizchip_slaac().

◆ valid_lifetime

uint32_t wiz_Prefix_t::valid_lifetime

Valid Lifetime.

Definition at line 534 of file wizchip_conf.h.

Referenced by wizchip_getprefix(), and wizchip_slaac().

◆ preferred_lifetime

uint32_t wiz_Prefix_t::preferred_lifetime

Preferred Lifetime.

Definition at line 535 of file wizchip_conf.h.

Referenced by wizchip_getprefix(), and wizchip_slaac().

◆ prefix

uint8_t wiz_Prefix_t::prefix[16]

Prefix.

Definition at line 536 of file wizchip_conf.h.

Referenced by wizchip_getprefix(), and wizchip_slaac().


The documentation for this struct was generated from the following file: