Home
last modified time | relevance | path

Searched refs:answers (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-head/libexec/talkd/
HDprint.c46 static const char *answers[] = variable
49 #define NANSWERS (sizeof (answers) / sizeof (answers[0]))
81 ap = answers[rp->answer]; in print_response()
/freebsd-head/usr.bin/talk/
HDinvite.c129 static const char *answers[] = { variable
140 #define NANSWERS (sizeof (answers) / sizeof (answers[0]))
155 message(answers[response.answer]); in announce_invite()
/freebsd-head/contrib/ldns/drill/
HDchasetrace.c158 ldns_rr_list *answers = NULL; in do_trace() local
258 answers = ldns_pkt_rr_list_by_type(p, t, LDNS_SECTION_ANSWER); in do_trace()
259 if (answers && ldns_rr_list_rr_count(answers) > 0) { in do_trace()
260 ldns_rr_list_free(answers); in do_trace()
261 answers = NULL; in do_trace()
264 ldns_rr_list_free(answers); in do_trace()
265 answers = NULL; in do_trace()
/freebsd-head/contrib/googletest/docs/
HDindex.md21 * [Mocking FAQ](gmock_faq.md) - Contains answers to some mocking-specific
/freebsd-head/contrib/libfido2/.github/ISSUE_TEMPLATE/
HDbug_report.md10 Please use the questions below as a template, and review your answers
/freebsd-head/contrib/unbound/doc/
HDTODO8 o (option) private TTL feature (always report TTL x in answers).
29 o (option) to make local-data answers be secure for libunbound (default=no)
HDrequirements.txt22 looks up data in the DNS for clients and caches previous answers to
116 then be used to send queries to. And fake answers may be returned.
182 queries and get answers from the cache).
240 take large DNS answers.
264 o SOA records in negative cached answers for DS queries.
HDChangelog47 also answers the _ta probe from testns and prints command output
196 - Safeguard alias loop while looking in the cache for expired answers.
852 redirection answers, and fix validator signature routine for dealing
856 answers it.
873 - Fix for #1022: Fix ede prohibited in access control refused answers.
876 - Fix edns subnet replies for scope zero answers to not get stored
1115 - Fix authority zone answers for obscured DNAMEs and delegations.
1410 - Fix consistency of unit test without roundrobin answers for the
1657 - Fix edns subnet so that scope 0 answers only match sourcemask 0
1658 queries for answers from cache if from a query with sourcemask 0.
[all …]
/freebsd-head/sys/dev/hpt27xx/
HDREADME205 check the user's guide or readme file first, and you will find answers to
210 answers to common questions, and other topics. The Web Site is
/freebsd-head/sys/dev/hptmv/
HDreadme.txt209 check the user's guide or readme file first, and you will find answers to
214 answers to common questions, and other topics. The Web Site is
/freebsd-head/contrib/unbound/testdata/
HDserve_expired_0ttl_servfail.rpl23 ; - this time the server answers with a 0 TTL RRset
HDserve_expired_0ttl_nodata.rpl23 ; - this time the server answers with a 0 TTL RRset
HDserve_expired_0ttl_nxdomain.rpl23 ; - this time the server answers with a 0 TTL RRset
/freebsd-head/sys/dev/hptnr/
HDREADME208 check the user's guide or readme file first, and you will find answers to
213 answers to common questions, and other topics. The Web Site is
/freebsd-head/contrib/unbound/contrib/
HDREADME36 * redirect-bogus.patch: Return configured address for bogus A and AAAA answers,
HDaaaa-filter-iterator.patch18 and other denials, using information from previous NXDOMAINs answers.
365 /** strip away these private addrs from answers, no DNS Rebinding */
HDunbound_munin_84 unbound_munin_by_rcode - answers by rcode, validation status
/freebsd-head/usr.sbin/bsdconfig/include/
HDnetwork_device.hlp55 the answers to all or most of these questions then you should really
HDoptions.hlp43 Yes To All: Assume "Yes" answers to all non-critical dialogs
/freebsd-head/contrib/ntp/sntp/libevent/
HDevdns.c1041 u16 trans_id, questions, answers, authority, additional, datalength; in reply_parse() local
1053 GET16(answers); in reply_parse()
1116 for (i = 0; i < answers; ++i) { in reply_parse()
1240 u16 trans_id, flags, questions, answers, authority, additional; in request_parse() local
1249 GET16(answers); in request_parse()
1252 (void)answers; in request_parse()
/freebsd-head/contrib/libevent/
HDevdns.c1041 u16 trans_id, questions, answers, authority, additional, datalength; in reply_parse() local
1053 GET16(answers); in reply_parse()
1116 for (i = 0; i < answers; ++i) { in reply_parse()
1240 u16 trans_id, flags, questions, answers, authority, additional; in request_parse() local
1249 GET16(answers); in request_parse()
1252 (void)answers; in request_parse()
/freebsd-head/contrib/libxo/doc/
HDfaq.rst6 along with answers that might be helpful.
/freebsd-head/contrib/ldns/ldns/
HDnet.h.in242 * The query is sent and the answers can be read with ldns_axfr_next
/freebsd-head/crypto/openssl/doc/man3/
HDUI_new.pod131 the possible answers (given through the I<action_desc> argument).
/freebsd-head/contrib/unbound/testdata/09-unbound-control.tdir/
HD09-unbound-control.test57 # Fail the test for unexpected answers

12