Home
last modified time | relevance | path

Searched defs:nameserver (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/
H A Devdns.c222 struct nameserver { struct
230 struct nameserver *next, *prev; argument
234 /* Outstanding probe request for this nameserver, if any */ argument
235 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
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Ddispatch_test.c289 nameserver(isc_nmhandle_t *handle, isc_result_t eresult, isc_region_t *region, nameserver() function
/netbsd-src/external/bsd/unbound/dist/services/
H A Drpz.c2256 struct delegpt_ns* nameserver; in rpz_delegation_point_zone_lookup() local