Lines Matching defs:aInstance
42 otError otMdnsSetEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otMdnsSetEnabled()
47 bool otMdnsIsEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<Dns::Multicast::Core… in otMdnsIsEnabled()
49 void otMdnsSetQuestionUnicastAllowed(otInstance *aInstance, bool aAllow) in otMdnsSetQuestionUnicastAllowed()
54 bool otMdnsIsQuestionUnicastAllowed(otInstance *aInstance) in otMdnsIsQuestionUnicastAllowed()
59 void otMdnsSetConflictCallback(otInstance *aInstance, otMdnsConflictCallback aCallback) in otMdnsSetConflictCallback()
64 otError otMdnsRegisterHost(otInstance *aInstance, in otMdnsRegisterHost()
74 otError otMdnsUnregisterHost(otInstance *aInstance, const otMdnsHost *aHost) in otMdnsUnregisterHost()
81 otError otMdnsRegisterService(otInstance *aInstance, in otMdnsRegisterService()
91 otError otMdnsUnregisterService(otInstance *aInstance, const otMdnsService *aService) in otMdnsUnregisterService()
98 otError otMdnsRegisterKey(otInstance *aInstance, in otMdnsRegisterKey()
108 otError otMdnsUnregisterKey(otInstance *aInstance, const otMdnsKey *aKey) in otMdnsUnregisterKey()
117 otMdnsIterator *otMdnsAllocateIterator(otInstance *aInstance) in otMdnsAllocateIterator()
122 void otMdnsFreeIterator(otInstance *aInstance, otMdnsIterator *aIterator) in otMdnsFreeIterator()
129 otError otMdnsGetNextHost(otInstance *aInstance, otMdnsIterator *aIterator, otMdnsHost *aHost, otMd… in otMdnsGetNextHost()
138 otError otMdnsGetNextService(otInstance *aInstance, in otMdnsGetNextService()
150 otError otMdnsGetNextKey(otInstance *aInstance, otMdnsIterator *aIterator, otMdnsKey *aKey, otMdnsE… in otMdnsGetNextKey()
161 otError otMdnsStartBrowser(otInstance *aInstance, const otMdnsBrowser *aBroswer) in otMdnsStartBrowser()
168 otError otMdnsStopBrowser(otInstance *aInstance, const otMdnsBrowser *aBroswer) in otMdnsStopBrowser()
175 otError otMdnsStartSrvResolver(otInstance *aInstance, const otMdnsSrvResolver *aResolver) in otMdnsStartSrvResolver()
182 otError otMdnsStopSrvResolver(otInstance *aInstance, const otMdnsSrvResolver *aResolver) in otMdnsStopSrvResolver()
189 otError otMdnsStartTxtResolver(otInstance *aInstance, const otMdnsTxtResolver *aResolver) in otMdnsStartTxtResolver()
196 otError otMdnsStopTxtResolver(otInstance *aInstance, const otMdnsTxtResolver *aResolver) in otMdnsStopTxtResolver()
203 otError otMdnsStartIp6AddressResolver(otInstance *aInstance, const otMdnsAddressResolver *aResolver) in otMdnsStartIp6AddressResolver()
210 otError otMdnsStopIp6AddressResolver(otInstance *aInstance, const otMdnsAddressResolver *aResolver) in otMdnsStopIp6AddressResolver()
217 otError otMdnsStartIp4AddressResolver(otInstance *aInstance, const otMdnsAddressResolver *aResolver) in otMdnsStartIp4AddressResolver()
224 otError otMdnsStopIp4AddressResolver(otInstance *aInstance, const otMdnsAddressResolver *aResolver) in otMdnsStopIp4AddressResolver()
233 otError otMdnsGetNextBrowser(otInstance *aInstance, in otMdnsGetNextBrowser()
245 otError otMdnsGetNextSrvResolver(otInstance *aInstance, in otMdnsGetNextSrvResolver()
257 otError otMdnsGetNextTxtResolver(otInstance *aInstance, in otMdnsGetNextTxtResolver()
269 otError otMdnsGetNextIp6AddressResolver(otInstance *aInstance, in otMdnsGetNextIp6AddressResolver()
281 otError otMdnsGetNextIp4AddressResolver(otInstance *aInstance, in otMdnsGetNextIp4AddressResolver()