Home
last modified time | relevance | path

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

12

/freebsd/libexec/talkd/
H A Dprint.c46 static const char *answers[] = variable
49 #define NANSWERS (sizeof (answers) / sizeof (answers[0]))
81 ap = answers[rp->answer]; in print_response()
/freebsd/usr.bin/talk/
H A Dinvite.c129 static const char *answers[] = { variable
140 #define NANSWERS (sizeof (answers) / sizeof (answers[0]))
155 message(answers[response.answer]); in announce_invite()
/freebsd/contrib/ldns/drill/
H A Dchasetrace.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/contrib/googletest/docs/
H A Dindex.md21 * [Mocking FAQ](gmock_faq.md) - Contains answers to some mocking-specific
/freebsd/contrib/unbound/doc/
H A DTODO8 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)
H A Drequirements.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.
H A DChangelog587 redirection answers, and fix validator signature routine for dealing
591 answers it.
608 - Fix for #1022: Fix ede prohibited in access control refused answers.
611 - Fix edns subnet replies for scope zero answers to not get stored
850 - Fix authority zone answers for obscured DNAMEs and delegations.
1145 - Fix consistency of unit test without roundrobin answers for the
1392 - Fix edns subnet so that scope 0 answers only match sourcemask 0
1393 queries for answers from cache if from a query with sourcemask 0.
2357 - Fix TTL of SOA record for negative answers (localzone and
2826 - CVE-2020-12663 Malformed answers from upstream name servers can be
[all …]
H A Dexample.conf.in579 # and other denials, using information from previous NXDOMAINs answers.
587 # the fallback fails because they keep sending different answers.
591 # Enforce privacy of these addresses. Strips them away from answers.
/freebsd/sys/dev/hpt27xx/
H A DREADME205 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/sys/dev/hptmv/
H A Dreadme.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/sys/dev/hptnr/
H A DREADME208 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/contrib/unbound/contrib/
H A DREADME36 * redirect-bogus.patch: Return configured address for bogus A and AAAA answers,
H A Daaaa-filter-iterator.patch18 and other denials, using information from previous NXDOMAINs answers.
365 /** strip away these private addrs from answers, no DNS Rebinding */
H A Dunbound_munin_84 unbound_munin_by_rcode - answers by rcode, validation status
/freebsd/usr.sbin/bsdconfig/include/
H A Dnetwork_device.hlp55 the answers to all or most of these questions then you should really
H A Doptions.hlp43 Yes To All: Assume "Yes" answers to all non-critical dialogs
H A Dmessages.subr47 msg_assume_yes_to_all_non_critical_dialogs="Assume \"Yes\" answers to all non-critical dialogs"
/freebsd/contrib/ntp/sntp/libevent/
H A Devdns.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()
H A DChangeLog-1.4177 o Correctly handle DNS replies with no answers set (Fixes bug 1846282)
/freebsd/contrib/libevent/
H A Devdns.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()
H A DChangeLog-1.4177 o Correctly handle DNS replies with no answers set (Fixes bug 1846282)
/freebsd/contrib/libxo/doc/
H A Dfaq.rst6 along with answers that might be helpful.
/freebsd/contrib/ldns/ldns/
H A Dnet.h.in242 * The query is sent and the answers can be read with ldns_axfr_next
/freebsd/crypto/openssl/doc/man3/
H A DUI_new.pod131 the possible answers (given through the I<action_desc> argument).
/freebsd/contrib/bc/
H A DREADME.md331 answers, but it fails to wrap the numbers at the proper place when outputting

12