Searched refs:DNSServiceOp (Results 1 – 1 of 1) sorted by relevance
112 typedef struct _DNSServiceRef_t DNSServiceOp; typedef116 typedef void (*ProcessReplyFn)(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const char…129 DNSServiceOp *next; // For shared connection130 DNSServiceOp *primary; // For shared connection156 DNSServiceOp *sdr;320 …reate_hdr(uint32_t op, size_t *len, char **data_start, int SeparateReturnSocket, DNSServiceOp *ref) in create_hdr()371 static void FreeDNSRecords(DNSServiceOp *sdRef) in FreeDNSRecords()382 static void FreeDNSServiceOp(DNSServiceOp *x) in FreeDNSServiceOp()424 DNSServiceOp *sdr; in ConnectToServer()455 sdr = malloc(sizeof(DNSServiceOp)); in ConnectToServer()[all …]