A prefix list entry.
#include <uip-ds6.h>
Data Fields | |
uip_ipaddr_t | ipaddr |
uint8_t | isinfinite |
uint8_t | isused |
uint8_t | length |
struct stimer | vlifetime |
uip_ipaddr_t uip_ds6_prefix::ipaddr |
Referenced by ra_input(), uip_ds6_is_addr_onlink(), and uip_ds6_prefix_add().
uint8_t uip_ds6_prefix::isinfinite |
Referenced by ra_input(), uip_ds6_periodic(), and uip_ds6_prefix_add().
uint8_t uip_ds6_prefix::isused |
Referenced by uip_ds6_is_addr_onlink(), uip_ds6_periodic(), uip_ds6_prefix_add(), and uip_ds6_prefix_rm().
uint8_t uip_ds6_prefix::length |
Referenced by uip_ds6_is_addr_onlink(), and uip_ds6_prefix_add().
struct stimer uip_ds6_prefix::vlifetime |
Referenced by ra_input(), uip_ds6_periodic(), and uip_ds6_prefix_add().