Searched defs:DNSServiceOp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c119 typedef struct _DNSServiceRef_t DNSServiceOp; typedef in typeref:struct:_DNSServiceRef_t
131 typedef void (*ProcessReplyFn)(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const char *msg, const char *const end);
144 DNSServiceOp *next; // For shared connection
145 DNSServiceOp *primary; // For shared connection
173 DNSServiceOp *sdr;
343 static ipc_msg_hdr *create_hdr(uint32_t op, size_t *len, char **data_start, int SeparateReturnSocket, DNSServiceOp *ref)
394 static void FreeDNSRecords(DNSServiceOp *sdRef)
405 static void FreeDNSServiceOp(DNSServiceOp *x)
411 static DNSServiceOp *op_were_not_going_to_free_but_we_need_to_fool_the_analyzer;
452 DNSServiceOp *sd
[all...]

Completed in 48 milliseconds