Home
last modified time | relevance | path

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

/openthread-latest/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