Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h218 VAR_INSECURE_LAN_ZONES = 419, /* VAR_INSECURE_LAN_ZONES */ enumerator
591 #define VAR_INSECURE_LAN_ZONES 419 macro
H A Dconfiglexer.lex448 insecure-lan-zones{COLON} { YDVAR(1, VAR_INSECURE_LAN_ZONES) }
H A Dconfigparser.y125 %token VAR_UNBLOCK_LAN_ZONES VAR_INSECURE_LAN_ZONES
1706 server_insecure_lan_zones: VAR_INSECURE_LAN_ZONES STRING_ARG
H A Dconfiglexer.c5958 { YDVAR(1, VAR_INSECURE_LAN_ZONES) }