Home
last modified time | relevance | path

Searched refs:bogus (Results 1 – 25 of 133) sorted by relevance

123456

/freebsd/contrib/unbound/iterator/
H A Diter_delegpt.c73 copy->bogus = dp->bogus; in delegpt_copy()
90 a->bogus, a->lame, a->tls_auth_name, -1, NULL)) in delegpt_copy()
213 if(bogus) in delegpt_add_addr()
214 a->bogus = bogus; in delegpt_add_addr()
234 a->bogus = bogus; in delegpt_add_addr()
312 if(a->bogus && a->lame) str = " BOGUS ADDR_LAME "; in delegpt_log()
313 else if(a->bogus) str = " BOGUS "; in delegpt_log()
470 dp->bogus = 1; in delegpt_rrset_add_ns()
697 if(bogus) in delegpt_add_addr_mlc()
698 a->bogus = bogus; in delegpt_add_addr_mlc()
[all …]
H A Diter_delegpt.h76 int bogus; member
159 uint8_t bogus; member
235 socklen_t addrlen, uint8_t bogus, uint8_t lame, int* additions);
289 uint8_t bogus, uint8_t lame, char* tls_auth_name, int port,
438 socklen_t addrlen, uint8_t bogus, uint8_t lame, char* tls_auth_name,
454 struct sockaddr_storage* addr, socklen_t addrlen, uint8_t bogus,
/freebsd/contrib/sendmail/contrib/
H A Ddnsblaccess.m431 dnl ## the example, as it refers to a bogus lookup list.
35 dnl ## HACK(dnsblaccess, `rbl.bogus.org',`',`t',bogus.tag)
39 dnl ## bogus.tag:127.0.0.2 REJECT
40 dnl ## bogus.tag:127.0.0.3 error:dialup mail from %1: listed at %2
41 dnl ## bogus.tag:127.0.0.4 OK
42 dnl ## bogus.tag:127 REJECT
43 dnl ## bogus.tag: OK
46 dnl ## will lookup the A record for 7.6.45.123.bogus.org. If there
53 dnl ## "dialup mail from 123.45.6.7: listed at rbl.bogus.org"
/freebsd/contrib/unbound/contrib/
H A Dredirect-bogus.patch38 +.B redirect-bogus-ipv4: \fI<IPv4 address>
44 +.B redirect-bogus-ipv6: \fI<IPv4 address>
134 + } else if (strcmp(opt, "redirect-bogus-ipv4:") == 0) {
136 + } else if (strcmp(opt, "redirect-bogus-ipv6:") == 0) {
176 +redirect-bogus-ipv4{COLON} { YDVAR(1, VAR_REDIRECT_BOGUS_IPV4) }
177 +redirect-bogus-ipv6{COLON} { YDVAR(1, VAR_REDIRECT_BOGUS_IPV6) }
219 + yyerror("redirect-bogus-ipv4, can only use one address");
222 + yyerror("redirect-bogus-ipv4, not a valid IPv4 address");
233 + yyerror("redirect-bogus-ipv6, can only use one address");
236 + yyerror("redirect-bogus-ipv6, not a valid IPv6 address");
H A Dunbound-host.nagios.patch79 + else if (result->bogus) final_status = FINAL_STATUS_CRITICAL;
82 + else if (final_status == FINAL_STATUS_WARNING && result->bogus)
H A DREADME36 * redirect-bogus.patch: Return configured address for bogus A and AAAA answers,
H A Dlibunbound.so.conf8 typedef ub_bogus = enum(not_bogus, bogus);
/freebsd/contrib/unbound/smallapp/
H A Dunbound-host.c223 if(result->bogus) return "(BOGUS (security failure))"; in secure_str()
305 if(result->bogus && result->why_bogus) in pretty_output()
348 if(result->bogus && result->why_bogus) in pretty_output()
361 if(result->bogus && result->why_bogus) in pretty_output()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-coachz-r1.dts20 * to avoid using bogus temperature values.
41 * skin temperature thermal zone to avoid using bogus temperature values.
H A Dsc7180-trogdor-pompom-r2.dts20 * to avoid using bogus temperature values.
H A Dsc7180-trogdor-pompom-r1.dts23 * to avoid using bogus temperature values.
H A Dsc7180-trogdor-lazor.dtsi27 * to avoid using bogus temperature values.
/freebsd/bin/sh/tests/parameters/
H A Dpwd1.01 # Check that bogus PWD values are not accepted from the environment.
/freebsd/usr.sbin/pw/tests/
H A Dpw_groupshow_test.sh40 nonexistent_name=bogus
H A Dpw_usershow_test.sh21 nonexistent_user=bogus
/freebsd/usr.bin/locale/
H A Dlocale.c526 int bogus; in init_locales_list() local
550 for (bogus = i = 0; i < NBOGUS; i++) in init_locales_list()
553 bogus = 1; in init_locales_list()
554 if (!bogus) in init_locales_list()
/freebsd/contrib/file/magic/Magdir/
H A Dunknown8 # doesn't have the "version %ld", which may be a bogus COFFism (I don't
H A Dclipper28 # implemented (at least not after I blew off the bogus code to turn
/freebsd/contrib/sendmail/cf/feature/
H A Dcheck_other.m411 dnl bogus Id, just here to show up in the generated cf file
/freebsd/sbin/devd/
H A Ddevd.hh55 static const std::string bogus; member in var_list
/freebsd/usr.bin/procstat/tests/
H A Dprocstat_test.sh54 start_program bogus-arg
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h196 int bogus; member
/freebsd/contrib/unbound/doc/
H A Drequirements.txt136 the validator if the parent is signed, and result in 900 seconds bogus.
160 is detected. Instead the zone that is dnssec-lame becomes bogus.
236 falsely EDNS-nonsupporting, and thus DNSSEC-bogus, works well with
289 makes the entire zone bogus for 900 seconds. This is a fixed value at
/freebsd/sbin/dhclient/
H A Doptions.c130 goto bogus; in parse_option_buffer()
148 bogus: in parse_option_buffer()
/freebsd/contrib/kyua/integration/
H A Dcmd_list_test.sh349 This file is bogus but it is not loaded.
371 This file is bogus but it is not loaded.

123456