Home
last modified time | relevance | path

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

/openthread-3.4.0/examples/apps/ncp/
Dncp.c40 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) { otNcpHdlcReceive(aBuf, aBufLeng… in otPlatUartReceived()
/openthread-3.4.0/include/openthread/
Dncp.h81 void otNcpHdlcReceive(const uint8_t *aBuf, uint16_t aBufLength);
/openthread-3.4.0/tests/fuzz/
Dncp_hdlc_received.cpp92 otNcpHdlcReceive(buf, static_cast<uint16_t>(size)); in LLVMFuzzerTestOneInput()
/openthread-3.4.0/src/ncp/
Dncp_hdlc.cpp228 extern "C" void otNcpHdlcReceive(const uint8_t *aBuf, uint16_t aBufLength) in otNcpHdlcReceive() function