Searched refs:DNSServiceOp (Results 1 – 1 of 1) sorted by relevance
113 typedef struct _DNSServiceRef_t DNSServiceOp; typedef117 typedef void (*ProcessReplyFn)(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const char…130 DNSServiceOp *next; // For shared connection131 DNSServiceOp *primary; // For shared connection157 DNSServiceOp *sdr;321 …reate_hdr(uint32_t op, size_t *len, char **data_start, int SeparateReturnSocket, DNSServiceOp *ref) in create_hdr()372 static void FreeDNSRecords(DNSServiceOp *sdRef) in FreeDNSRecords()383 static void FreeDNSServiceOp(DNSServiceOp *x) in FreeDNSServiceOp()425 DNSServiceOp *sdr; in ConnectToServer()456 sdr = malloc(sizeof(DNSServiceOp)); in ConnectToServer()[all …]