Searched defs:ServiceInfoQuery (Results 1 - 1 of 1) 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];

Completed in 71 milliseconds