Webserver+3d print

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

NdpRouterAdvContext Struct Reference

NdpRouterAdvContext Struct Reference

RA service context. More...

#include <ndp_router_adv.h>

Data Fields

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

Detailed Description

RA service context.

Definition at line 125 of file ndp_router_adv.h.


Field Documentation

Router Advertisement message counter.

Definition at line 131 of file ndp_router_adv.h.

bool_t running

This flag tells whether the RA service is running.

Definition at line 128 of file ndp_router_adv.h.

RA service settings.

Definition at line 127 of file ndp_router_adv.h.

systime_t timeout

Timeout value.

Definition at line 130 of file ndp_router_adv.h.

systime_t timestamp

Timestamp to manage retransmissions.

Definition at line 129 of file ndp_router_adv.h.