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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h2034 typedef struct ServiceInfoQuery_struct ServiceInfoQuery; typedef in typeref:struct:ServiceInfoQuery_struct
2035 typedef void mDNSServiceInfoQueryCallback (mDNS *const m, ServiceInfoQuery *query);
2041 // The ServiceInfoQuery structure memory is working storage for mDNSCore to discover the requested information
2043 // dispose of the ServiceInfoQuery structure while retaining the results in the ServiceInfo structure.
2789 extern mStatus mDNS_StartResolveService(mDNS *const m, ServiceInfoQuery *query, ServiceInfo *info, mDNSServiceInfoQueryCallback *Callback, void *Context);
2790 extern void mDNS_StopResolveService (mDNS *const m, ServiceInfoQuery *query);
3596 char sizecheck_ServiceInfoQuery [(sizeof(ServiceInfoQuery) <= 3488) ? 1 : -1];
H A DmDNS.c12121 ServiceInfoQuery *query = (ServiceInfoQuery *)question->QuestionContext;
12182 ServiceInfoQuery *query = (ServiceInfoQuery *)question->QuestionContext;
12207 ServiceInfoQuery *query = (ServiceInfoQuery *)question->QuestionContext;
12250 ServiceInfoQuery *query, ServiceInfo *info, mDNSServiceInfoQueryCallback *Callback, void *Context)
12390 mDNSexport void mDNS_StopResolveService (mDNS *const m, ServiceInfoQuery *q)

Completed in 167 milliseconds