Home
last modified time | relevance | path

Searched refs:VAR_STUB_ADDR (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfigparser.h104 VAR_STUB_ADDR = 305, /* VAR_STUB_ADDR */ enumerator
477 #define VAR_STUB_ADDR 305 macro
H A Dconfiglexer.lex338 stub-addr{COLON} { YDVAR(1, VAR_STUB_ADDR) }
H A Dconfigparser.y86 %token VAR_STUB_ZONE VAR_STUB_HOST VAR_STUB_ADDR VAR_TARGET_FETCH_POLICY
3095 stub_addr: VAR_STUB_ADDR STRING_ARG
H A Dconfiglexer.c5412 { YDVAR(1, VAR_STUB_ADDR) }
/freebsd/contrib/unbound/contrib/
H A Ddrop-tld.diff45 stub-addr{COLON} { YDVAR(1, VAR_STUB_ADDR) }