Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/include/openthread/
Dopenthread-system.h224 uint32_t otSysGetInfraNetifIndex(void);
/openthread-latest/src/posix/platform/
Dudp.cpp332 uint32_t backboneNetifIndex = otSysGetInfraNetifIndex(); in otPlatUdpBindToNetif()
482 mreq.ipv6mr_interface = otSysGetInfraNetifIndex(); in otPlatUdpJoinMulticastGroup()
525 mreq.ipv6mr_interface = otSysGetInfraNetifIndex(); in otPlatUdpLeaveMulticastGroup()
Dmulticast_routing.cpp247 mif6ctl.mif6c_pifi = otSysGetInfraNetifIndex(); in InitMulticastRouterSock()
Dinfra_if.cpp115 uint32_t otSysGetInfraNetifIndex(void) { return ot::Posix::InfraNetif::Get().GetNetifIndex(); } in otSysGetInfraNetifIndex() function