Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

_SlaacContext Struct Reference

_SlaacContext Struct Reference

SLAAC context. More...

#include <slaac.h>

Data Fields

SlaacSettings settings
 SLAAC settings.
bool_t running
 SLAAC is currently running.
bool_t configUpdated
 This flag is set when IPv6 configuration has been updated.

Detailed Description

SLAAC context.

Definition at line 84 of file slaac.h.


Field Documentation

bool_t configUpdated

This flag is set when IPv6 configuration has been updated.

Definition at line 88 of file slaac.h.

bool_t running

SLAAC is currently running.

Definition at line 87 of file slaac.h.

SLAAC settings.

Definition at line 86 of file slaac.h.