Home
last modified time | relevance | path

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

/freebsd/lib/libunbound/
H A Dconfig.h822 #define REUSEPORT_DEFAULT 0 macro
/freebsd/contrib/unbound/
H A Dconfigure.ac612 AC_DEFINE(REUSEPORT_DEFAULT, 1, [if REUSEPORT is enabled by default]) definition
614 AC_DEFINE(REUSEPORT_DEFAULT, 0, [if REUSEPORT is enabled by default]) definition
H A Dconfig.h.in903 #undef REUSEPORT_DEFAULT
/freebsd/contrib/unbound/util/
H A Dconfig_file.c214 cfg->so_reuseport = REUSEPORT_DEFAULT; in config_create()