Searched defs:nameserver (Results 1 – 3 of 3) sorted by relevance
222 struct nameserver { struct230 struct nameserver *next, *prev; argument234 /* Outstanding probe request for this nameserver, if any */ argument235 struct evdns_request *probe_request;236 char state; /* zero if we think that this server is down */237 char choked; /* true if we have an EAGAIN from this server's socket */238 char write_waiting; /* true if we are waiting for EV_WRITE events */239 struct evdns_base *base;243 int requests_inflight;3596 const char *const nameserver = NEXT_TOKEN; in resolv_conf_parse_line() local
289 nameserver(isc_nmhandle_t *handle, isc_result_t eresult, isc_region_t *region, nameserver() function
2256 struct delegpt_ns* nameserver; in rpz_delegation_point_zone_lookup() local