NdpRouterAdvContext Struct Reference

RA service context. More...

#include <ndp_router_adv.h>

Data Fields

NdpRouterAdvSettings settings
 RA service settings. More...
 
bool_t running
 This flag tells whether the RA service is running. More...
 
systime_t timestamp
 Timestamp to manage retransmissions. More...
 
systime_t timeout
 Timeout value. More...
 
uint_t routerAdvCount
 Router Advertisement message counter. More...
 

Detailed Description

RA service context.

Definition at line 132 of file ndp_router_adv.h.

Field Documentation

◆ routerAdvCount

uint_t routerAdvCount

Router Advertisement message counter.

Definition at line 138 of file ndp_router_adv.h.

◆ running

bool_t running

This flag tells whether the RA service is running.

Definition at line 135 of file ndp_router_adv.h.

◆ settings

RA service settings.

Definition at line 134 of file ndp_router_adv.h.

◆ timeout

systime_t timeout

Timeout value.

Definition at line 137 of file ndp_router_adv.h.

◆ timestamp

systime_t timestamp

Timestamp to manage retransmissions.

Definition at line 136 of file ndp_router_adv.h.


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