/openthread-3.5.0/src/core/border_router/ |
D | infra_if.cpp | 200 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
|
D | routing_manager.cpp | 1162 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/ |
D | test_platform.cpp | 95 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/ |
D | radio.hpp | 960 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/ |
D | x509_crt.c | 3068 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
|
D | ssl_tls.c | 4180 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/ |
D | key_manager.cpp | 446 void KeyManager::MacFrameCounterUsed(uint32_t) {} in MacFrameCounterUsed() argument
|