Home
last modified time | relevance | path

Searched refs:otBorderRoutingPrefixTableEntry (Results 1 – 8 of 8) sorted by relevance

/external/openthread/include/openthread/
Dborder_routing.h119 typedef struct otBorderRoutingPrefixTableEntry struct
128 } otBorderRoutingPrefixTableEntry; typedef
339 otError otBorderRoutingGetPdOmrPrefix(otInstance *aInstance, otBorderRoutingPrefixTableEntry *aPref…
457 otBorderRoutingPrefixTableEntry *aEntry);
/external/openthread/include/openthread/platform/
Dborder_routing.h83 … const otBorderRoutingPrefixTableEntry *aPrefixInfo);
/external/openthread/src/core/api/
Dborder_routing_api.cpp102 otError otBorderRoutingGetPdOmrPrefix(otInstance *aInstance, otBorderRoutingPrefixTableEntry *aPref… in otBorderRoutingGetPdOmrPrefix()
175 otBorderRoutingPrefixTableEntry *aEntry) in otBorderRoutingGetNextPrefixTableEntry()
/external/openthread/src/cli/
Dcli_br.cpp498 otBorderRoutingPrefixTableEntry entry; in Process()
593 otBorderRoutingPrefixTableEntry entry; in Process()
/external/openthread/src/core/border_router/
Drouting_manager.hpp88 … const otBorderRoutingPrefixTableEntry *aPrefixInfo);
104 … const otBorderRoutingPrefixTableEntry *aPrefixInfo);
110 typedef otBorderRoutingPrefixTableEntry PrefixTableEntry; ///< Prefix Table Entry.
Drouting_manager.cpp4262 … const otBorderRoutingPrefixTableEntry *aPrefixInfo) in otPlatBorderRoutingProcessDhcp6PdPrefix()
/external/openthread/tests/unit/
Dtest_routing_manager.cpp4051 otBorderRoutingPrefixTableEntry platformPrefixInfo; in VerifyPdOmrPrefix()
4059 otBorderRoutingPrefixTableEntry platformPrefixInfo; in VerifyNoPdOmrPrefix()
/external/ot-br-posix/src/utils/
Dthread_helper.cpp1008 otBorderRoutingPrefixTableEntry aPrefixInfo; in RetrieveHashedPdPrefix()