Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h181 VAR_SO_RCVBUF = 382, /* VAR_SO_RCVBUF */ enumerator
554 #define VAR_SO_RCVBUF 382 macro
H A Dconfiglexer.lex282 so-rcvbuf{COLON} { YDVAR(1, VAR_SO_RCVBUF) }
H A Dconfigparser.y112 %token VAR_ADD_HOLDDOWN VAR_DEL_HOLDDOWN VAR_SO_RCVBUF VAR_EDNS_BUFFER_SIZE
1547 server_so_rcvbuf: VAR_SO_RCVBUF STRING_ARG
H A Dconfiglexer.c5132 { YDVAR(1, VAR_SO_RCVBUF) }