Unicast address structure.
#include <uip-ds6.h>
Data Fields | |
uip_ipaddr_t | ipaddr |
uint8_t | isinfinite |
uint8_t | isused |
uint8_t | state |
uint8_t | type |
struct stimer | vlifetime |
uip_ipaddr_t uip_ds6_addr::ipaddr |
uint8_t uip_ds6_addr::isinfinite |
Referenced by uip_ds6_addr_add(), and uip_ds6_periodic().
uint8_t uip_ds6_addr::isused |
uint8_t uip_ds6_addr::state |
uint8_t uip_ds6_addr::type |
Referenced by uip_ds6_addr_add().
struct stimer uip_ds6_addr::vlifetime |
Referenced by uip_ds6_addr_add(), and uip_ds6_periodic().