Searched refs:otSysGetInfraNetifIndex (Results 1 – 4 of 4) sorted by relevance
224 uint32_t otSysGetInfraNetifIndex(void);
332 uint32_t backboneNetifIndex = otSysGetInfraNetifIndex(); in otPlatUdpBindToNetif()482 mreq.ipv6mr_interface = otSysGetInfraNetifIndex(); in otPlatUdpJoinMulticastGroup()525 mreq.ipv6mr_interface = otSysGetInfraNetifIndex(); in otPlatUdpLeaveMulticastGroup()
247 mif6ctl.mif6c_pifi = otSysGetInfraNetifIndex(); in InitMulticastRouterSock()
115 uint32_t otSysGetInfraNetifIndex(void) { return ot::Posix::InfraNetif::Get().GetNetifIndex(); } in otSysGetInfraNetifIndex() function