Home | History | Annotate | Download | only in netd

Lines Matching refs:DNSServiceRef

70     DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context);
96 void MDnsSdListenerDiscoverCallback(DNSServiceRef sdRef, DNSServiceFlags flags,
139 DNSServiceRef *ref = mMonitor->lookupServiceRef(requestId);
162 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context);
189 void MDnsSdListenerRegisterCallback(DNSServiceRef sdRef, DNSServiceFlags flags,
218 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context);
243 void MDnsSdListenerResolveCallback(DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interface,
273 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context);
298 void MDnsSdListenerGetAddrInfoCallback(DNSServiceRef sdRef, DNSServiceFlags flags,
333 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context);
356 void MDnsSdListenerSetHostnameCallback(DNSServiceRef sdRef, DNSServiceFlags flags,
548 mPollRefs = (DNSServiceRef **)calloc(sizeof(DNSServiceRef *), mPollSize);
607 mPollRefs = (DNSServiceRef **)calloc(sizeof(DNSServiceRef *), mPollSize);
610 memset(mPollRefs, sizeof(DNSServiceRef *) * mPollSize, 0);
640 DNSServiceRef *MDnsSdListener::Monitor::allocateServiceRef(int id, Context *context) {
653 DNSServiceRef *MDnsSdListener::Monitor::lookupServiceRef(int id) {
658 DNSServiceRef *result = &(cur->mRef);