Home
last modified time | relevance | path

Searched refs:otPlatUdpBindToNetif (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/platform/
Dudp.h85 otError otPlatUdpBindToNetif(otUdpSocket *aUdpSocket, otNetifIdentifier aNetifIdentifier);
/openthread-latest/src/core/net/
Dudp6.cpp169 …return aSocket.ShouldUsePlatformUdp() ? otPlatUdpBindToNetif(&aSocket, MapEnum(aSocket.GetNetifId(… in BindToNetif()
/openthread-latest/tests/gtest/
Dfake_platform.cpp568 otError otPlatUdpBindToNetif(otUdpSocket *, otNetifIdentifier) { return OT_ERROR_NOT_IMPLEMENTED; } in otPlatUdpBindToNetif() function
/openthread-latest/src/posix/platform/
Dudp.cpp288 otError otPlatUdpBindToNetif(otUdpSocket *aUdpSocket, otNetifIdentifier aNetifIdentifier) in otPlatUdpBindToNetif() function
/openthread-latest/tests/unit/
Dtest_platform.cpp661 otError otPlatUdpBindToNetif(otUdpSocket *aUdpSocket, otNetifIdentifier aNetifIdentifier) in otPlatUdpBindToNetif() function