Searched defs:otIp6Address (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/core/border_router/ |
D | infra_if.cpp | 215 OT_TOOL_WEAK bool otPlatInfraIfHasAddress(uint32_t, const otIp6Address *) { return false; } in otPlatInfraIfHasAddress() 217 OT_TOOL_WEAK otError otPlatInfraIfSendIcmp6Nd(uint32_t, const otIp6Address *, const uint8_t *, uint… in otPlatInfraIfSendIcmp6Nd()
|
/openthread-latest/include/openthread/ |
D | ip6.h | 122 struct otIp6Address struct 136 typedef struct otIp6Address otIp6Address; argument
|
/openthread-latest/tests/gtest/ |
D | fake_platform.cpp | 479 bool otPlatInfraIfHasAddress(uint32_t, const otIp6Address *) { return false; } in otPlatInfraIfHasAddress() 481 otError otPlatInfraIfSendIcmp6Nd(uint32_t, const otIp6Address *, const uint8_t *, uint16_t) { retur… in otPlatInfraIfSendIcmp6Nd() 571 otError otPlatUdpJoinMulticastGroup(otUdpSocket *, otNetifIdentifier, const otIp6Address *) in otPlatUdpJoinMulticastGroup() 575 otError otPlatUdpLeaveMulticastGroup(otUdpSocket *, otNetifIdentifier, const otIp6Address *) in otPlatUdpLeaveMulticastGroup()
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 482 OT_TOOL_WEAK bool otPlatInfraIfHasAddress(uint32_t, const otIp6Address *) { return false; } in otPlatInfraIfHasAddress() 484 OT_TOOL_WEAK otError otPlatInfraIfSendIcmp6Nd(uint32_t, const otIp6Address *, const uint8_t *, uint… in otPlatInfraIfSendIcmp6Nd()
|