Lines Matching refs:GetInstancePtr

65     error = otBorderRoutingInit(GetInstancePtr(), ifIndex, isRunning);  in Process()
86 error = otBorderRoutingSetEnabled(GetInstancePtr(), true); in Process()
107 error = otBorderRoutingSetEnabled(GetInstancePtr(), false); in Process()
140 OutputLine("%s", Stringify(otBorderRoutingGetState(GetInstancePtr()), kStateStrings)); in Process()
211 SuccessOrExit(error = otBorderRoutingGetOmrPrefix(GetInstancePtr(), &local)); in Process()
232 …SuccessOrExit(error = otBorderRoutingGetFavoredOmrPrefix(GetInstancePtr(), &favored, &preference)); in Process()
267 otBorderRoutingSetOnLinkPrefix(GetInstancePtr(), &prefix); in Process()
290 SuccessOrExit(error = otBorderRoutingGetOnLinkPrefix(GetInstancePtr(), &local)); in Process()
310 SuccessOrExit(error = otBorderRoutingGetFavoredOnLinkPrefix(GetInstancePtr(), &favored)); in Process()
356 SuccessOrExit(error = otBorderRoutingGetNat64Prefix(GetInstancePtr(), &local)); in Process()
377 …SuccessOrExit(error = otBorderRoutingGetFavoredNat64Prefix(GetInstancePtr(), &favored, &preference… in Process()
427 otBorderRoutingPrefixTableInitIterator(GetInstancePtr(), &iterator); in Process()
429 …while (otBorderRoutingGetNextPeerBrEntry(GetInstancePtr(), &iterator, &peerBrEntry) == OT_ERROR_NO… in Process()
453 count = otBorderRoutingCountPeerBrs(GetInstancePtr(), &minAge); in Process()
502 otBorderRoutingPrefixTableInitIterator(GetInstancePtr(), &iterator); in Process()
504 …while (otBorderRoutingGetNextPrefixTableEntry(GetInstancePtr(), &iterator, &entry) == OT_ERROR_NON… in Process()
579 …OutputLine("%s", Stringify(otBorderRoutingDhcp6PdGetState(GetInstancePtr()), kDhcpv6PdStateStrings… in Process()
595 SuccessOrExit(error = otBorderRoutingGetPdOmrPrefix(GetInstancePtr(), &entry)); in Process()
644 otBorderRoutingPrefixTableInitIterator(GetInstancePtr(), &iterator); in Process()
646 while (otBorderRoutingGetNextRouterEntry(GetInstancePtr(), &iterator, &entry) == OT_ERROR_NONE) in Process()
720 …error = otBorderRoutingSetExtraRouterAdvertOptions(GetInstancePtr(), length > 0 ? options : nullpt… in Process()
742 …utputLine("%s", PreferenceToString(otBorderRoutingGetRouteInfoOptionPreference(GetInstancePtr()))); in Process()
755 otBorderRoutingClearRouteInfoOptionPreference(GetInstancePtr()); in Process()
772 otBorderRoutingSetRouteInfoOptionPreference(GetInstancePtr(), preference); in Process()
795 OutputLine("%s", PreferenceToString(otBorderRoutingGetRoutePreference(GetInstancePtr()))); in Process()
808 otBorderRoutingClearRoutePreference(GetInstancePtr()); in Process()
825 otBorderRoutingSetRoutePreference(GetInstancePtr(), preference); in Process()