Searched refs:callbacks (Results 1 – 5 of 5) sorted by relevance
82 struct ot::Spinel::RadioSpinelCallbacks callbacks; in Init() local87 memset(&callbacks, 0, sizeof(callbacks)); in Init()89 callbacks.mDiagReceiveDone = otPlatDiagRadioReceiveDone; in Init()90 callbacks.mDiagTransmitDone = otPlatDiagRadioTransmitDone; in Init()92 callbacks.mEnergyScanDone = otPlatRadioEnergyScanDone; in Init()93 callbacks.mBusLatencyChanged = otPlatRadioBusLatencyChanged; in Init()94 callbacks.mReceiveDone = otPlatRadioReceiveDone; in Init()95 callbacks.mTransmitDone = otPlatRadioTxDone; in Init()96 callbacks.mTxStarted = otPlatRadioTxStarted; in Init()101 mRadioSpinel.SetCallbacks(callbacks); in Init()
761 /* CRLs aren't supported with CA callbacks, so skip the CA callback
779 `programs/ssl/ssl_client2` and `programs/ssl/ssl_server2` for callbacks
1070 mbedtls_ssl_conf_cert_cb() and perhaps future callbacks1585 Further, callbacks now receive an additional parameter4304 callbacks set with mbedtls_ssl_conf_dtls_cookies()), this will be6009 * Added user-defined callbacks for handling I/O and sessions
1375 … inputs, this could be relaxed because the driver entry point is making callbacks to the core: the…