Home
last modified time | relevance | path

Searched refs:VAR_SERVE_ORIGINAL_TTL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfigparser.h301 VAR_SERVE_ORIGINAL_TTL = 502, /* VAR_SERVE_ORIGINAL_TTL */ enumerator
674 #define VAR_SERVE_ORIGINAL_TTL 502 macro
H A Dconfiglexer.lex418 serve-original-ttl{COLON} { YDVAR(1, VAR_SERVE_ORIGINAL_TTL) }
H A Dconfigparser.y165 %token VAR_SERVE_ORIGINAL_TTL VAR_FAKE_DSA
2222 server_serve_original_ttl: VAR_SERVE_ORIGINAL_TTL STRING_ARG
H A Dconfiglexer.c5812 { YDVAR(1, VAR_SERVE_ORIGINAL_TTL) }