Home
last modified time | relevance | path

Searched refs:aIcmp6Socket (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/posix/platform/
Dinfra_if.hpp92 void SetInfraNetif(const char *aIfName, int aIcmp6Socket);
240 void SetInfraNetifIcmp6SocketForBorderRouting(int aIcmp6Socket);
Dinfra_if.cpp416 void InfraNetif::SetInfraNetif(const char *aIfName, int aIcmp6Socket) in SetInfraNetif() argument
420 OT_UNUSED_VARIABLE(aIcmp6Socket); in SetInfraNetif()
428 SetInfraNetifIcmp6SocketForBorderRouting(aIcmp6Socket); in SetInfraNetif()
806 void InfraNetif::SetInfraNetifIcmp6SocketForBorderRouting(int aIcmp6Socket) in SetInfraNetifIcmp6SocketForBorderRouting() argument
817 mInfraIfIcmp6Socket = aIcmp6Socket; in SetInfraNetifIcmp6SocketForBorderRouting()
Dsystem.cpp129 void otSysSetInfraNetif(const char *aInfraNetifName, int aIcmp6Socket) in otSysSetInfraNetif() argument
131 ot::Posix::InfraNetif::Get().SetInfraNetif(aInfraNetifName, aIcmp6Socket); in otSysSetInfraNetif()
/openthread-latest/src/posix/platform/include/openthread/
Dopenthread-system.h270 void otSysSetInfraNetif(const char *aInfraNetifName, int aIcmp6Socket);