Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h197 VAR_SSL_PORT = 398, /* VAR_SSL_PORT */ enumerator
570 #define VAR_SSL_PORT 398 macro
H A Dconfiglexer.lex252 ssl-port{COLON} { YDVAR(1, VAR_SSL_PORT) }
253 tls-port{COLON} { YDVAR(1, VAR_SSL_PORT) }
H A Dconfiglexer.c4982 { YDVAR(1, VAR_SSL_PORT) }
4987 { YDVAR(1, VAR_SSL_PORT) }
H A Dconfigparser.y117 %token VAR_SSL_SERVICE_PEM VAR_SSL_PORT VAR_FORWARD_FIRST
1086 server_ssl_port: VAR_SSL_PORT STRING_ARG