Searched defs:otSockAddr (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/include/openthread/ |
D | ip6.h | 196 typedef struct otSockAddr struct 200 } otSockAddr; argument
|
/openthread-latest/tests/gtest/ |
D | fake_platform.cpp | 487 void otPlatDsoConnect(otPlatDsoConnection *, const otSockAddr *) {} in otPlatDsoConnect() 559 void otPlatTrelNotifyPeerSocketAddressDifference(otInstance *, const otSockAddr *, const otSockAddr… in otPlatTrelNotifyPeerSocketAddressDifference() 561 void otPlatTrelSend(otInstance *, const uint8_t *, uint16_t, const otSockAddr *) {} in otPlatTrelSend()
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 451 OT_TOOL_WEAK void otPlatTrelSend(otInstance *, const uint8_t *, uint16_t, const otSockAddr *) {} in otPlatTrelSend() 453 OT_TOOL_WEAK void otPlatTrelNotifyPeerSocketAddressDifference(otInstance *, const otSockAddr *, con… in otPlatTrelNotifyPeerSocketAddressDifference()
|