Home
last modified time | relevance | path

Searched refs:use_systemd (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/unbound/services/
H A Dlisten_dnsport.h258 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp);
277 int use_systemd, int dscp);
287 int create_local_accept_sock(const char* path, int* noproto, int use_systemd);
H A Dlisten_dnsport.c210 int freebind, int use_systemd, int dscp) in create_udp_sock() argument
238 if (!use_systemd in create_udp_sock()
239 || (use_systemd in create_udp_sock()
243 (void)use_systemd; in create_udp_sock()
643 int use_systemd, int dscp) in create_tcp_accept_sock() argument
665 if (!use_systemd || in create_tcp_accept_sock()
666 (use_systemd in create_tcp_accept_sock()
671 (void)use_systemd; in create_tcp_accept_sock()
902 (void)use_systemd; in create_local_accept_sock()
955 (void)use_systemd; in create_local_accept_sock()
[all …]
/freebsd-13.1/contrib/unbound/util/
H A Dconfig_file.h492 int use_systemd; member
H A Dconfig_file.c195 cfg->use_systemd = 0; in config_create()
562 else S_YNO("use-systemd:", use_systemd) in config_set_option()
1067 else O_YNO(opt, "use-systemd", use_systemd) in config_get_option()
H A Dconfigparser.y1117 else cfg_parser->cfg->use_systemd = (strcmp($2, "yes")==0);
/freebsd-13.1/contrib/unbound/daemon/
H A Dunbound.c314 if (cfg->use_systemd && cfg->do_daemonize) { in apply_settings()
H A Dremote.c295 fd = create_local_accept_sock(ip, &noproto, cfg->use_systemd); in add_open()
339 cfg->use_systemd, cfg->ip_dscp); in add_open()