Searched defs:Query (Results 1 – 1 of 1) sorted by relevance
13 typedef struct Query Query; typedef67 struct Query { struct68 DN *dp; /* domain */69 ushort type; /* and type to look up */70 Request *req;71 RR *nsrp; /* name servers to consult */74 Dest *dest; /* array of destinations */75 Dest *curdest; /* pointer to next to fill */76 int ndest; /* transmit to this many on this round */78 int udpfd;[all …]