Searched refs:authoritative (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/dnsproxy/
H A Ddnsproxy.h104 GLOBAL(char *authoritative);
H A Ddnsproxy.c299 /* authoritative queries timeout in 10s */
304 /* send it to our authoritative server */
420 /* send it to our authoritative server */
457 /* do_answer -- Process a packet coming from our authoritative or recursive
621 if (!authoritative || !recursive)
622 fatal("No authoritative or recursive server defined");
651 authoritative_addr.sin_addr.s_addr = inet_addr(authoritative);

Completed in 65 milliseconds