Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
| uint_t routerAdvCount |
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.
Generated on Tue Jul 12 2022 17:10:24 by
1.7.2