Home
last modified time | relevance | path

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

/openthread-3.4.0/examples/platforms/utils/
Dsoft_source_match_table.h57 void utilsSoftSrcMatchSetPanId(uint16_t aPanId);
Dsoft_source_match_table.c49 void utilsSoftSrcMatchSetPanId(uint16_t aPanId) { sPanId = aPanId; } in utilsSoftSrcMatchSetPanId() function
/openthread-3.4.0/examples/platforms/simulation/
Dradio.c380 utilsSoftSrcMatchSetPanId(aPanid); in otPlatRadioSetPanId()