Home
last modified time | relevance | path

Searched defs:uint32_t (Results 1 – 7 of 7) sorted by relevance

/openthread-3.5.0/src/core/border_router/
Dinfra_if.cpp200 OT_TOOL_WEAK bool otPlatInfraIfHasAddress(uint32_t, const otIp6Address *) { return false; } in otPlatInfraIfHasAddress() argument
202 OT_TOOL_WEAK otError otPlatInfraIfSendIcmp6Nd(uint32_t, const otIp6Address *, const uint8_t *, uint… in otPlatInfraIfSendIcmp6Nd() argument
207 OT_TOOL_WEAK otError otPlatInfraIfDiscoverNat64Prefix(uint32_t) { return OT_ERROR_FAILED; } in otPlatInfraIfDiscoverNat64Prefix() argument
Drouting_manager.cpp1162 void RoutingManager::LogPrefixInfoOption(const Ip6::Prefix &, uint32_t, uint32_t) {} in LogPrefixInfoOption() argument
1163 void RoutingManager::LogRouteInfoOption(const Ip6::Prefix &, uint32_t, RoutePreference) {} in LogRouteInfoOption() argument
/openthread-3.5.0/tests/unit/
Dtest_platform.cpp95 OT_TOOL_WEAK void otPlatAlarmMilliStartAt(otInstance *, uint32_t, uint32_t) {} in otPlatAlarmMilliStartAt() argument
108 OT_TOOL_WEAK void otPlatAlarmMicroStartAt(otInstance *, uint32_t, uint32_t) {} in otPlatAlarmMicroStartAt() argument
374 OT_TOOL_WEAK otError otPlatRadioEnableCsl(otInstance *, uint32_t, otShortAddress, const otExtAddres… in otPlatRadioEnableCsl() argument
379 OT_TOOL_WEAK void otPlatRadioUpdateCslSampleTime(otInstance *, uint32_t) {} in otPlatRadioUpdateCslSampleTime() argument
421 OT_TOOL_WEAK bool otPlatInfraIfHasAddress(uint32_t, const otIp6Address *) { return false; } in otPlatInfraIfHasAddress() argument
423 OT_TOOL_WEAK otError otPlatInfraIfSendIcmp6Nd(uint32_t, const otIp6Address *, const uint8_t *, uint… in otPlatInfraIfSendIcmp6Nd() argument
428 OT_TOOL_WEAK otError otPlatInfraIfDiscoverNat64Prefix(uint32_t) { return OT_ERROR_FAILED; } in otPlatInfraIfDiscoverNat64Prefix() argument
/openthread-3.5.0/src/core/radio/
Dradio.hpp960 inline void Radio::UpdateCslSampleTime(uint32_t) {} in UpdateCslSampleTime() argument
962 inline Error Radio::ReceiveAt(uint8_t, uint32_t, uint32_t) { return kErrorNone; } in ReceiveAt() argument
964 inline Error Radio::EnableCsl(uint32_t, otShortAddress aShortAddr, const otExtAddress *) in EnableCsl() argument
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dx509_crt.c3068 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in x509_crt_merge_flags_with_cb() argument
3115 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in x509_crt_verify_restartable_ca_cb() argument
3200 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_x509_crt_verify() argument
3218 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_x509_crt_verify_with_profile() argument
3237 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_x509_crt_verify_with_ca_cb() argument
3252 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_x509_crt_verify_restartable() argument
Dssl_tls.c4180 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_conf_verify() argument
4400 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_set_verify() argument
/openthread-3.5.0/src/core/thread/
Dkey_manager.cpp446 void KeyManager::MacFrameCounterUsed(uint32_t) {} in MacFrameCounterUsed() argument