Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h202 VAR_STUB_TCP_UPSTREAM = 403, /* VAR_STUB_TCP_UPSTREAM */ enumerator
575 #define VAR_STUB_TCP_UPSTREAM 403 macro
H A Dconfiglexer.lex345 stub-tcp-upstream{COLON} { YDVAR(1, VAR_STUB_TCP_UPSTREAM) }
H A Dconfigparser.y119 %token VAR_STUB_TCP_UPSTREAM VAR_FORWARD_TCP_UPSTREAM
3130 stub_tcp_upstream: VAR_STUB_TCP_UPSTREAM STRING_ARG
H A Dconfiglexer.c5447 { YDVAR(1, VAR_STUB_TCP_UPSTREAM) }