Home
last modified time | relevance | path

Searched refs:aInfraNetifName (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/posix/platform/include/openthread/
Dopenthread-system.h270 void otSysSetInfraNetif(const char *aInfraNetifName, int aIcmp6Socket);
/openthread-latest/src/posix/platform/
Dsystem.cpp129 void otSysSetInfraNetif(const char *aInfraNetifName, int aIcmp6Socket) in otSysSetInfraNetif() argument
131 ot::Posix::InfraNetif::Get().SetInfraNetif(aInfraNetifName, aIcmp6Socket); in otSysSetInfraNetif()