![]() |
io6Library
WIZnet Dual Stack TCP/IP Ethernet Controller Driver
|
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... | |
Prefix Information.
wiz_Prefix is a structure type to indicate a prefix information(0x03) of received RA message from a router.
Definition at line 530 of file wizchip_conf.h.
| 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().
| uint8_t wiz_Prefix_t::flag |
Prefix Flag.
Definition at line 533 of file wizchip_conf.h.
Referenced by wizchip_getprefix(), and wizchip_slaac().
| 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().
| 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().
| uint8_t wiz_Prefix_t::prefix[16] |
Prefix.
Definition at line 536 of file wizchip_conf.h.
Referenced by wizchip_getprefix(), and wizchip_slaac().
1.8.17