Searched refs:otPlatInfraIfHasAddress (Results 1 – 10 of 10) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_ncp_infra_if.cpp | 97 VerifyOrQuit(otPlatInfraIfHasAddress(kInfraIfIndex, &infraIfAddresses[0])); in TestNcpInfraIfSetUp() 98 VerifyOrQuit(!otPlatInfraIfHasAddress(kInfraIfIndex + 100, &infraIfAddresses[0])); in TestNcpInfraIfSetUp() 104 VerifyOrQuit(!otPlatInfraIfHasAddress(kInfraIfIndex, &infraIfAddresses[0])); in TestNcpInfraIfSetUp() 127 VerifyOrQuit(otPlatInfraIfHasAddress(kInfraIfIndex1, &infraIfAddresses[0])); in TestNcpInfraIfUpdate() 128 VerifyOrQuit(!otPlatInfraIfHasAddress(kInfraIfIndex1, &infraIfAddresses[1])); in TestNcpInfraIfUpdate() 133 VerifyOrQuit(otPlatInfraIfHasAddress(kInfraIfIndex1, &infraIfAddresses[0])); in TestNcpInfraIfUpdate() 134 VerifyOrQuit(otPlatInfraIfHasAddress(kInfraIfIndex1, &infraIfAddresses[1])); in TestNcpInfraIfUpdate() 139 VerifyOrQuit(!otPlatInfraIfHasAddress(kInfraIfIndex1, &infraIfAddresses[0])); in TestNcpInfraIfUpdate() 140 VerifyOrQuit(!otPlatInfraIfHasAddress(kInfraIfIndex1, &infraIfAddresses[1])); in TestNcpInfraIfUpdate() 141 VerifyOrQuit(otPlatInfraIfHasAddress(kInfraIfIndex2, &infraIfAddresses[0])); in TestNcpInfraIfUpdate() [all …]
|
D | test_platform.cpp | 482 OT_TOOL_WEAK bool otPlatInfraIfHasAddress(uint32_t, const otIp6Address *) { return false; } in otPlatInfraIfHasAddress() function
|
D | test_routing_manager.cpp | 290 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress() function
|
/openthread-latest/src/core/border_router/ |
D | infra_if.cpp | 81 return otPlatInfraIfHasAddress(mIfIndex, &aAddress); in HasAddress() 215 OT_TOOL_WEAK bool otPlatInfraIfHasAddress(uint32_t, const otIp6Address *) { return false; } in otPlatInfraIfHasAddress() function
|
/openthread-latest/src/ncp/platform/ |
D | infra_if.cpp | 34 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress() function
|
/openthread-latest/include/openthread/platform/ |
D | infra_if.h | 76 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress);
|
/openthread-latest/examples/platforms/simulation/ |
D | infra_if.c | 175 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress() function
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 642 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress() function
|
/openthread-latest/tests/gtest/ |
D | fake_platform.cpp | 479 bool otPlatInfraIfHasAddress(uint32_t, const otIp6Address *) { return false; } in otPlatInfraIfHasAddress() function
|
/openthread-latest/src/posix/platform/ |
D | infra_if.cpp | 65 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress() function
|