Home
last modified time | relevance | path

Searched refs:otNcpHdlcInit (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/examples/apps/ncp/
Dncp.c61 otNcpHdlcInit(aInstance, NcpSend); in otAppNcpInit()
/openthread-latest/include/openthread/
Dncp.h90 void otNcpHdlcInit(otInstance *aInstance, otNcpHdlcSendCallback aSendCallback);
/openthread-latest/tests/fuzz/
Dncp_hdlc_received.cpp81 otNcpHdlcInit(instance, HdlcSend); in LLVMFuzzerTestOneInput()
/openthread-latest/src/ncp/
Dncp_hdlc.cpp67 extern "C" void otNcpHdlcInit(otInstance *aInstance, otNcpHdlcSendCallback aSendCallback) in otNcpHdlcInit() function