Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h356 VAR_LOW_RTT = 557, /* VAR_LOW_RTT */ enumerator
729 #define VAR_LOW_RTT 557 macro
H A Dconfiglexer.lex539 low-rtt{COLON} { YDVAR(1, VAR_LOW_RTT) }
H A Dconfigparser.y188 %token VAR_FALLBACK_ENABLED VAR_TLS_ADDITIONAL_PORT VAR_LOW_RTT VAR_LOW_RTT_PERMIL
2882 server_low_rtt: VAR_LOW_RTT STRING_ARG
H A Dconfiglexer.c6381 { YDVAR(1, VAR_LOW_RTT) }