Home
last modified time | relevance | path

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

/external/ot-br-posix/src/host/posix/
Dinfra_if.hpp84 static int CreateIcmp6Socket(const char *aInfraIfName);
Dinfra_if.cpp180 mInfraIfIcmp6Socket = CreateIcmp6Socket(aIfName); in SetInfraIf()
267 int InfraIf::CreateIcmp6Socket(const char *aInfraIfName) in CreateIcmp6Socket() function in otbr::InfraIf
/external/openthread/src/posix/platform/
Dinfra_if.hpp205 static int CreateIcmp6Socket(const char *aInfraIfName);
Dsystem.cpp225 … icmp6Sock = ot::Posix::InfraNetif::CreateIcmp6Socket(aPlatformConfig->mBackboneInterfaceName); in platformSetUp()
Dinfra_if.cpp129 int InfraNetif::CreateIcmp6Socket(const char *aInfraIfName) in CreateIcmp6Socket() function in ot::Posix::InfraNetif