0.01.00
otBorderRouterConfig Struct Reference

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.
 

Detailed Description

This structure represents a Border Router configuration.

Member Data Documentation

§ mConfigure

bool otBorderRouterConfig::mConfigure

TRUE, if this border router is a DHCPv6 Agent that supplies other configuration data.

FALSE, otherwise.

§ mDefaultRoute

bool otBorderRouterConfig::mDefaultRoute

TRUE, if this border router is a default route for mPrefix.

FALSE, otherwise.

§ mDhcp

bool otBorderRouterConfig::mDhcp

TRUE, if this border router is a DHCPv6 Agent that supplies IPv6 address configuration.

FALSE, otherwise.

§ mOnMesh

bool otBorderRouterConfig::mOnMesh

TRUE, if this prefix is considered on-mesh.

FALSE, otherwise.

§ mPreferred

bool otBorderRouterConfig::mPreferred

TRUE, if mPrefix is preferred.

FALSE, otherwise.

§ mSlaac

bool otBorderRouterConfig::mSlaac

TRUE, if mPrefix should be used for address autoconfiguration.

FALSE, otherwise.

§ mStable

bool otBorderRouterConfig::mStable

TRUE, if this configuration is considered Stable Network Data.

FALSE, otherwise.


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