Home
last modified time | relevance | path

Searched refs:aNetifIndex (Results 1 – 3 of 3) sorted by relevance

/external/ot-br-posix/src/mdns/
Dmdns_mdnssd.hpp184 uint32_t aNetifIndex) in ServiceInstanceResolution()
190 , mNetifIndex(aNetifIndex) in ServiceInstanceResolution()
252 void Resolve(uint32_t aNetifIndex,
Dmdns.cpp191 void Publisher::OnServiceRemoved(uint32_t aNetifIndex, const std::string &aType, const std::string … in OnServiceRemoved() argument
195 …Info("Service %s.%s is removed from netif %u.", aInstanceName.c_str(), aType.c_str(), aNetifIndex); in OnServiceRemoved()
198 instanceInfo.mNetifIndex = aNetifIndex; in OnServiceRemoved()
Dmdns.hpp514 …void OnServiceRemoved(uint32_t aNetifIndex, const std::string &aType, const std::string &aInstance…