Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h79 VAR_TCP_MSS = 280, /* VAR_TCP_MSS */ enumerator
452 #define VAR_TCP_MSS 280 macro
H A Dconfiglexer.lex237 tcp-mss{COLON} { YDVAR(1, VAR_TCP_MSS) }
H A Dconfigparser.y78 %token VAR_TCP_MSS VAR_OUTGOING_TCP_MSS VAR_TCP_IDLE_TIMEOUT
946 server_tcp_mss: VAR_TCP_MSS STRING_ARG
H A Dconfiglexer.c4907 { YDVAR(1, VAR_TCP_MSS) }