Searched defs:nameserver (Results 1 – 2 of 2) sorted by relevance
217 struct nameserver { struct225 struct nameserver *next, *prev; argument229 /* Outstanding probe request for this nameserver, if any */ argument230 struct evdns_request *probe_request;231 char state; /* zero if we think that this server is down */232 char choked; /* true if we have an EAGAIN from this server's socket */233 char write_waiting; /* true if we are waiting for EV_WRITE events */234 struct evdns_base *base;238 int requests_inflight;3538 const char *const nameserver = NEXT_TOKEN; in resolv_conf_parse_line() local
164 uint16_t flags, uint32_t ixfr_serial, int nameserver) { in ldns_resolver_send_to()