Home
last modified time | relevance | path

Searched defs:otIp6Address (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/border_router/
Dinfra_if.cpp215 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/
Dip6.h122 struct otIp6Address struct
136 typedef struct otIp6Address otIp6Address; argument
/openthread-latest/tests/gtest/
Dfake_platform.cpp479 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/
Dtest_platform.cpp482 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()