Searched full:serve (Results 1 – 25 of 313) sorted by relevance
12345678910>>...13
/freebsd-src/contrib/unbound/testdata/ |
H A D | cachedb_subnet_toecs_timeout.crpl |
|
H A D | rrset_use_cached.rpl |
|
H A D | serve_expired_cached_servfail.rpl |
|
H A D | serve_expired_cached_servfail_refresh.rpl |
|
H A D | cachedb_subnet_change.crpl |
|
H A D | cachedb_expired_reply_ttl.crpl |
|
H A D | cachedb_subnet_expired.crpl |
|
H A D | cachedb_expired_client_timeout.crpl |
|
H A D | serve_expired_0ttl_servfail.rpl |
|
H A D | subnet_global_prefetch_expired.crpl |
|
H A D | serve_expired_0ttl_nodata.rpl |
|
H A D | serve_expired_0ttl_nxdomain.rpl |
|
H A D | subnet_global_prefetch_always_forward.crpl |
|
H A D | cachedb_expired.crpl |
|
/freebsd-src/usr.bin/hexdump/ |
H A D | hexdump.1 | 331 $ echo "FreeBSD: The power to serve" | hexdump -C 333 00000010 65 72 20 74 6f 20 73 65 72 76 65 0a |er to serve.| 340 $ echo "FreeBSD: The power to serve" | hexdump -C -s 4 -n 3 376 $ echo "FreeBSD: The power to serve" | hexdump -f format.txt -C 380 00000010 65 72 20 74 6f 20 73 65 72 76 65 0a |er to serve.|
|
H A D | od.1 | 247 $ echo "FreeBSD: The power to serve" | od -a -c 258 $ echo "FreeBSD: The power to serve" | od -An -a -j 13 -N 5
|
/freebsd-src/contrib/unbound/doc/ |
H A D | example.conf.in | 732 # Serve expired responses from cache, with serve-expired-reply-ttl in 734 # serve-expired: no 738 # serve-expired-ttl: 0 740 # Set the TTL of expired records to the serve-expired-ttl value after a 744 # serve-expired-ttl-reset: no 747 # serve-expired-reply-ttl: 30 750 # This essentially enables the serve-stale behavior as specified in 754 # serve-expired-client-timeout: 0 761 # serve [all...] |
H A D | example.conf | 592 # Serve expired responses from cache, with serve-expired-reply-ttl in 594 # serve-expired: no 598 # serve-expired-ttl: 0 600 # Set the TTL of expired records to the serve-expired-ttl value after a 604 # serve-expired-ttl-reset: no 607 # serve-expired-reply-ttl: 30 610 # This essentially enables the serve-stale behavior as specified in 614 # serve-expired-client-timeout: 0 621 # serve-original-ttl: no 665 # wish to serve such zone you can unblock them by uncommenting one [all …]
|
H A D | unbound.conf.5.in | 124 The number of threads to create to serve clients. Use 1 for no threading. 309 larger than serve\-expired\-client\-timeout if that is enabled. 1391 .B serve\-expired: \fI<yes or no> 1392 If enabled, Unbound attempts to serve old responses from cache with a 1397 .B serve\-expired\-ttl: \fI<seconds> 1403 .B serve\-expired\-ttl\-reset: \fI<yes or no> 1409 .B serve\-expired\-reply\-ttl: \fI<seconds> 1414 .B serve\-expired\-client\-timeout: \fI<msec> 1416 essentially enables the serve-stale behavior as specified in 1422 .B serve\ [all...] |
H A D | unbound.conf.5 | 116 The number of threads to create to serve clients. Use 1 for no threading. 1198 .B serve\-expired: \fI<yes or no> 1199 If enabled, Unbound attempts to serve old responses from cache with a 1200 TTL of \fBserve\-expired\-reply\-ttl\fR in the response without waiting for the 1204 .B serve\-expired\-ttl: \fI<seconds> 1206 disables the limit. This option only applies when \fBserve\-expired\fR is 1210 .B serve\-expired\-ttl\-reset: \fI<yes or no> 1211 Set the TTL of expired records to the \fBserve\-expired\-ttl\fR value after a 1216 .B serve\-expired\-reply\-ttl: \fI<seconds> 1218 \fBserve\-expired\-client\-timeout\fR is also used then it is RECOMMENDED to [all …]
|
/freebsd-src/tools/tools/nanobsd/dhcpd/ |
H A D | README | 6 This creates a simple appliance that uses dnsmasq to serve DNS
|
/freebsd-src/sys/contrib/device-tree/Bindings/arc/ |
H A D | pct.txt | 9 counted, the HW events themselves cannot serve as a trigger for a sample.
|
/freebsd-src/contrib/unbound/util/ |
H A D | configlexer.lex | 412 serve-expired{COLON} { YDVAR(1, VAR_SERVE_EXPIRED) } 413 serve-expired-ttl{COLON} { YDVAR(1, VAR_SERVE_EXPIRED_TTL) } 414 serve-expired-ttl-reset{COLON} { YDVAR(1, VAR_SERVE_EXPIRED_TTL_RESET) } 415 serve-expired-reply-ttl{COLON} { YDVAR(1, VAR_SERVE_EXPIRED_REPLY_TTL) } 416 serve-expired-client-timeout{COLON} { YDVAR(1, VAR_SERVE_EXPIRED_CLIENT_TIMEOUT) } 417 ede-serve-expired{COLON} { YDVAR(1, VAR_EDE_SERVE_EXPIRED) } 418 serve-original-ttl{COLON} { YDVAR(1, VAR_SERVE_ORIGINAL_TTL) } 575 cachedb-check-when-serve-expired{COLON} { YDVAR(1, VAR_CACHEDB_CHECK_WHEN_SERVE_EXPIRED) }
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/elkhartlake/ |
H A D | virtual-memory.json | 67 …page walk is outstanding from start till PMH becomes idle again (ready to serve next walk). Includ… 115 …page walk is outstanding from start till PMH becomes idle again (ready to serve next walk). Includ… 233 …e. A page walk is outstanding from start till PMH becomes idle again (ready to serve next walk).",
|
/freebsd-src/contrib/unbound/testdata/stat_values.tdir/ |
H A D | stat_values_cachedb.conf |
|
12345678910>>...13