Searched refs:otMacFilterAddressMode (Results 1 – 6 of 6) sorted by relevance
68 typedef enum otMacFilterAddressMode enum73 } otMacFilterAddressMode; typedef656 otMacFilterAddressMode otLinkFilterGetAddressMode(otInstance *aInstance);666 void otLinkFilterSetAddressMode(otInstance *aInstance, otMacFilterAddressMode aMode);
93 static const char *AddressModeToString(otMacFilterAddressMode aMode);
107 const char *MacFilter::AddressModeToString(otMacFilterAddressMode aMode) in AddressModeToString()279 … otLinkFilterSetAddressMode(GetInstancePtr(), static_cast<otMacFilterAddressMode>(index)); in Process()
253 DefineMapEnum(otMacFilterAddressMode, Mac::Filter::Mode);
221 otMacFilterAddressMode otLinkFilterGetAddressMode(otInstance *aInstance) in otLinkFilterGetAddressMode()226 void otLinkFilterSetAddressMode(otInstance *aInstance, otMacFilterAddressMode aMode) in otLinkFilterSetAddressMode()
3106 otMacFilterAddressMode mode = OT_MAC_FILTER_ADDRESS_MODE_DISABLED; in HandlePropertySet()3157 otMacFilterAddressMode mode = OT_MAC_FILTER_ADDRESS_MODE_DISABLED; in HandlePropertySet()