A prefix list entry.
#include <uip-ds6.h>
Data Fields | |
uint8_t | advertise |
uip_ipaddr_t | ipaddr |
uint8_t | isused |
uint8_t | l_a_reserved |
on-link and autonomous flags + 6 reserved bits More... | |
uint8_t | length |
uint32_t | plifetime |
uint32_t | vlifetime |
uint8_t uip_ds6_prefix::advertise |
Referenced by uip_ds6_prefix_add(), and uip_nd6_ra_output().
uip_ipaddr_t uip_ds6_prefix::ipaddr |
Referenced by uip_ds6_is_addr_onlink(), uip_ds6_prefix_add(), and uip_nd6_ra_output().
uint8_t uip_ds6_prefix::isused |
Referenced by uip_ds6_is_addr_onlink(), uip_ds6_periodic(), uip_ds6_prefix_add(), uip_ds6_prefix_rm(), and uip_nd6_ra_output().
uint8_t uip_ds6_prefix::l_a_reserved |
on-link and autonomous flags + 6 reserved bits
Referenced by uip_ds6_prefix_add(), and uip_nd6_ra_output().
uint8_t uip_ds6_prefix::length |
Referenced by uip_ds6_is_addr_onlink(), uip_ds6_prefix_add(), and uip_nd6_ra_output().
uint32_t uip_ds6_prefix::plifetime |
Referenced by uip_ds6_prefix_add(), and uip_nd6_ra_output().
uint32_t uip_ds6_prefix::vlifetime |
Referenced by uip_ds6_periodic(), uip_ds6_prefix_add(), and uip_nd6_ra_output().