Loading...
Searching...
No Matches

Prefix list entry view on NIB. More...

Detailed Description

Prefix list entry view on NIB.

Definition at line 38 of file pl.h.

#include <pl.h>

Data Fields

ipv6_addr_t pfx
 prefix
 
uint8_t pfx_len
 length of gnrc_ipv6_nib_pl_t::pfx in bits
 
uint16_t iface
 interface gnrc_ipv6_nib_pl_t::pfx is assigned to
 
uint32_t valid_until
 timestamp (in ms) until which the prefix is valid
 
uint32_t pref_until
 timestamp (in ms) until which the prefix is preferred
 

Field Documentation

◆ iface

uint16_t gnrc_ipv6_nib_pl_t::iface

interface gnrc_ipv6_nib_pl_t::pfx is assigned to

Definition at line 41 of file pl.h.

◆ pfx

ipv6_addr_t gnrc_ipv6_nib_pl_t::pfx

prefix

Definition at line 39 of file pl.h.

◆ pfx_len

uint8_t gnrc_ipv6_nib_pl_t::pfx_len

length of gnrc_ipv6_nib_pl_t::pfx in bits

Definition at line 40 of file pl.h.

◆ pref_until

uint32_t gnrc_ipv6_nib_pl_t::pref_until

timestamp (in ms) until which the prefix is preferred

Definition at line 45 of file pl.h.

◆ valid_until

uint32_t gnrc_ipv6_nib_pl_t::valid_until

timestamp (in ms) until which the prefix is valid

Definition at line 43 of file pl.h.


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