Searched refs:IsConfigure (Results 1 – 3 of 3) sorted by relevance
654 if ((entry->IsDhcp() || entry->IsConfigure()) && (context != nullptr)) in RemoveTemporaryDataIn()
919 bool IsConfigure(void) const { return (BigEndian::HostSwap16(mFlags) & kConfigureFlag) != 0; } in IsConfigure() function in ot::NetworkData::BorderRouterEntry
194 …yForDhcp6Agent(const BorderRouterEntry &aEntry) { return aEntry.IsDhcp() || aEntry.IsConfigure(); } in IsEntryForDhcp6Agent()