Home
last modified time | relevance | path

Searched refs:otBorderRoutingDhcp6PdGetState (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dborder_routing.h542 otBorderRoutingDhcp6PdState otBorderRoutingDhcp6PdGetState(otInstance *aInstance);
/openthread-latest/src/core/api/
Dborder_routing_api.cpp222 otBorderRoutingDhcp6PdState otBorderRoutingDhcp6PdGetState(otInstance *aInstance) in otBorderRoutingDhcp6PdGetState() function
/openthread-latest/src/cli/
Dcli_br.cpp579 …OutputLine("%s", Stringify(otBorderRoutingDhcp6PdGetState(GetInstancePtr()), kDhcpv6PdStateStrings… in Process()