Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Dmdns_socket.c63 static uint32_t sInfraIfIndex; variable
272 sInfraIfIndex = aInfraIfIndex; in otPlatMdnsSetListeningEnabled()
415 addrInfo.mInfraIfIndex = sInfraIfIndex; in platformMdnsSocketProcess()
441 addrInfo.mInfraIfIndex = sInfraIfIndex; in platformMdnsSocketProcess()
/openthread-latest/tests/unit/
Dtest_mdns.cpp94 uint32_t sInfraIfIndex; variable
1569 sInfraIfIndex = aInfraIfIndex; in otPlatMdnsSetListeningEnabled()
1581 VerifyOrQuit(aInfraIfIndex == sInfraIfIndex); in otPlatMdnsSendMulticast()