/openthread-latest/src/core/border_router/ |
D | infra_if.cpp | 215 OT_TOOL_WEAK bool otPlatInfraIfHasAddress(uint32_t, const otIp6Address *) { return false; } in otPlatInfraIfHasAddress() argument 217 OT_TOOL_WEAK otError otPlatInfraIfSendIcmp6Nd(uint32_t, const otIp6Address *, const uint8_t *, uint… in otPlatInfraIfSendIcmp6Nd() argument 222 OT_TOOL_WEAK otError otPlatInfraIfDiscoverNat64Prefix(uint32_t) { return OT_ERROR_FAILED; } in otPlatInfraIfDiscoverNat64Prefix() argument
|
D | routing_manager.cpp | 909 void RoutingManager::LogPrefixInfoOption(const Ip6::Prefix &, uint32_t, uint32_t) {} in LogPrefixInfoOption() argument 910 void RoutingManager::LogRouteInfoOption(const Ip6::Prefix &, uint32_t, RoutePreference) {} in LogRouteInfoOption() argument
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 117 OT_TOOL_WEAK void otPlatAlarmMilliStartAt(otInstance *, uint32_t, uint32_t) {} in otPlatAlarmMilliStartAt() argument 130 OT_TOOL_WEAK void otPlatAlarmMicroStartAt(otInstance *, uint32_t, uint32_t) {} in otPlatAlarmMicroStartAt() argument 427 OT_TOOL_WEAK otError otPlatRadioEnableCsl(otInstance *, uint32_t, otShortAddress, const otExtAddres… in otPlatRadioEnableCsl() argument 434 OT_TOOL_WEAK void otPlatRadioUpdateCslSampleTime(otInstance *, uint32_t) {} in otPlatRadioUpdateCslSampleTime() argument 480 OT_TOOL_WEAK bool otPlatInfraIfHasAddress(uint32_t, const otIp6Address *) { return false; } in otPlatInfraIfHasAddress() argument 482 OT_TOOL_WEAK otError otPlatInfraIfSendIcmp6Nd(uint32_t, const otIp6Address *, const uint8_t *, uint… in otPlatInfraIfSendIcmp6Nd() argument 487 OT_TOOL_WEAK otError otPlatInfraIfDiscoverNat64Prefix(uint32_t) { return OT_ERROR_FAILED; } in otPlatInfraIfDiscoverNat64Prefix() argument
|
/openthread-latest/src/core/radio/ |
D | radio.hpp | 1081 inline void Radio::UpdateCslSampleTime(uint32_t) {} in UpdateCslSampleTime() argument 1083 inline Error Radio::ReceiveAt(uint8_t, uint32_t, uint32_t) { return kErrorNone; } in ReceiveAt() argument 1085 inline Error Radio::EnableCsl(uint32_t, otShortAddress aShortAddr, const otExtAddress *) in EnableCsl() argument
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | x509_crt.c | 3012 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in x509_crt_merge_flags_with_cb() argument 3063 uint32_t *), in x509_crt_verify_restartable_ca_cb() argument 3153 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_x509_crt_verify() argument 3171 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_x509_crt_verify_with_profile() argument 3190 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_x509_crt_verify_with_ca_cb() argument 3205 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_x509_crt_verify_restartable() argument
|
D | ssl_tls.c | 1672 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_conf_verify() argument 1953 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), in mbedtls_ssl_set_verify() argument
|
/openthread-latest/src/core/thread/ |
D | key_manager.cpp | 453 void KeyManager::MacFrameCounterUsed(uint32_t) {} in MacFrameCounterUsed() argument
|