Home
last modified time | relevance | path

Searched refs:OpenIp4Socket (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dmdns_socket.c101 static void OpenIp4Socket(uint32_t aInfraIfIndex) in OpenIp4Socket() function
275 OpenIp4Socket(aInfraIfIndex); in otPlatMdnsSetListeningEnabled()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dmdns_socket.hpp153 otError OpenIp4Socket(uint32_t aInfraIfIndex);
H A Dmdns_socket.cpp208 SuccessOrExit(error = OpenIp4Socket(aInfraIfIndex)); in Enable()
492 otError MdnsSocket::OpenIp4Socket(uint32_t aInfraIfIndex) in OpenIp4Socket() function in ot::Posix::MdnsSocket