Home
last modified time | relevance | path

Searched refs:otLinkSetPanId (Results 1 – 9 of 9) sorted by relevance

/openthread-3.5.0/tests/fuzz/
Dncp_hdlc_received.cpp82 IgnoreError(otLinkSetPanId(instance, panId)); in LLVMFuzzerTestOneInput()
Dradio_receive_done.cpp73 IgnoreError(otLinkSetPanId(instance, panId)); in LLVMFuzzerTestOneInput()
Dcli_received.cpp84 IgnoreError(otLinkSetPanId(instance, panId)); in LLVMFuzzerTestOneInput()
Dip6_send.cpp74 IgnoreError(otLinkSetPanId(instance, panId)); in LLVMFuzzerTestOneInput()
/openthread-3.5.0/include/openthread/
Dlink.h629 otError otLinkSetPanId(otInstance *aInstance, otPanId aPanId);
/openthread-3.5.0/src/core/api/
Dlink_raw_api.cpp257 otError otLinkSetPanId(otInstance *aInstance, uint16_t aPanId) in otLinkSetPanId() function
Dlink_api.cpp132 otError otLinkSetPanId(otInstance *aInstance, otPanId aPanId) in otLinkSetPanId() function
/openthread-3.5.0/src/ncp/
Dncp_base.cpp1467 error = otLinkSetPanId(mInstance, panid); in HandlePropertySet()
/openthread-3.5.0/src/cli/
Dcli.cpp5724 error = ProcessSet(aArgs, otLinkSetPanId); in Process()