![]() |
0.01.00
|
This structure represents a Border Router configuration. More...
#include <include/openthread/types.h>
Public Attributes | |
otIp6Prefix | mPrefix |
The IPv6 prefix. | |
int | mPreference: 2 |
A 2-bit signed integer indicating router preference as defined in RFC 4291. | |
bool | mPreferred: 1 |
TRUE, if mPrefix is preferred. More... | |
bool | mSlaac: 1 |
TRUE, if mPrefix should be used for address autoconfiguration. More... | |
bool | mDhcp: 1 |
TRUE, if this border router is a DHCPv6 Agent that supplies IPv6 address configuration. More... | |
bool | mConfigure: 1 |
TRUE, if this border router is a DHCPv6 Agent that supplies other configuration data. More... | |
bool | mDefaultRoute: 1 |
TRUE, if this border router is a default route for mPrefix . More... | |
bool | mOnMesh: 1 |
TRUE, if this prefix is considered on-mesh. More... | |
bool | mStable: 1 |
TRUE, if this configuration is considered Stable Network Data. More... | |
uint16_t | mRloc16 |
The Border Agent Rloc. | |
This structure represents a Border Router configuration.
bool otBorderRouterConfig::mConfigure |
TRUE, if this border router is a DHCPv6 Agent that supplies other configuration data.
FALSE, otherwise.
bool otBorderRouterConfig::mDefaultRoute |
TRUE, if this border router is a default route for mPrefix
.
FALSE, otherwise.
bool otBorderRouterConfig::mDhcp |
TRUE, if this border router is a DHCPv6 Agent that supplies IPv6 address configuration.
FALSE, otherwise.
bool otBorderRouterConfig::mOnMesh |
TRUE, if this prefix is considered on-mesh.
FALSE, otherwise.
bool otBorderRouterConfig::mPreferred |
TRUE, if mPrefix
is preferred.
FALSE, otherwise.
bool otBorderRouterConfig::mSlaac |
TRUE, if mPrefix
should be used for address autoconfiguration.
FALSE, otherwise.
bool otBorderRouterConfig::mStable |
TRUE, if this configuration is considered Stable Network Data.
FALSE, otherwise.