Searched refs:HandleDtlsReceive (Results 1 – 3 of 3) sorted by relevance
/openthread-3.5.0/src/core/coap/ |
D | coap_secure.cpp | 63 …SuccessOrExit(error = mDtls.Open(&CoapSecure::HandleDtlsReceive, &CoapSecure::HandleDtlsConnected,… in Start() 76 …SuccessOrExit(error = mDtls.Open(&CoapSecure::HandleDtlsReceive, &CoapSecure::HandleDtlsConnected,… in Start() 174 void CoapSecure::HandleDtlsReceive(void *aContext, uint8_t *aBuf, uint16_t aLength) in HandleDtlsReceive() function in ot::Coap::CoapSecure 176 return static_cast<CoapSecure *>(aContext)->HandleDtlsReceive(aBuf, aLength); in HandleDtlsReceive() 179 void CoapSecure::HandleDtlsReceive(uint8_t *aBuf, uint16_t aLength) in HandleDtlsReceive() function in ot::Coap::CoapSecure
|
D | coap_secure.hpp | 406 static void HandleDtlsReceive(void *aContext, uint8_t *aBuf, uint16_t aLength); 407 void HandleDtlsReceive(uint8_t *aBuf, uint16_t aLength);
|
/openthread-3.5.0/src/core/meshcop/ |
D | dtls.hpp | 437 void HandleDtlsReceive(const uint8_t *aBuf, uint16_t aLength);
|