Searched refs:mDNS_StopResolveService (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h2042 // and place it in the ServiceInfo structure. After the client has called mDNS_StopResolveService(), it may
2731 // found. After the service is resolved, the client should call mDNS_StopResolveService to complete the transaction.
2732 // The client can also call mDNS_StopResolveService at any time to abort the transaction.
2790 extern void mDNS_StopResolveService (mDNS *const m, ServiceInfoQuery *query);
H A DmDNS.c12255 query->qSRV.ThisQInterval = -1; // So that mDNS_StopResolveService() knows whether to cancel this question
12283 query->qTXT.ThisQInterval = -1; // So that mDNS_StopResolveService() knows whether to cancel this question
12311 query->qAv4.ThisQInterval = -1; // So that mDNS_StopResolveService() knows whether to cancel this question
12339 query->qAv6.ThisQInterval = -1; // So that mDNS_StopResolveService() knows whether to cancel this question
12384 if (status != mStatus_NoError) mDNS_StopResolveService(m, query);
12390 mDNSexport void mDNS_StopResolveService (mDNS *const m, ServiceInfoQuery *q) function

Completed in 105 milliseconds