Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.h285 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp);
305 int use_systemd, int dscp, const char* additional);
315 int create_local_accept_sock(const char* path, int* noproto, int use_systemd);
H A Dlisten_dnsport.c246 int freebind, int use_systemd, int dscp) in create_udp_sock() argument
274 if (!use_systemd in create_udp_sock()
275 || (use_systemd in create_udp_sock()
279 (void)use_systemd; in create_udp_sock()
714 int use_systemd, int dscp, const char* additional) in create_tcp_accept_sock() argument
739 if (!use_systemd || in create_tcp_accept_sock()
740 (use_systemd in create_tcp_accept_sock()
745 (void)use_systemd; in create_tcp_accept_sock()
970 create_local_accept_sock(const char *path, int* noproto, int use_systemd) in create_local_accept_sock() argument
975 if (use_systemd && (ret = systemd_get_activated(AF_LOCAL, SOCK_STREAM, 1, NULL, 0, path)) != -1) in create_local_accept_sock()
[all …]
/freebsd/contrib/unbound/util/
H A Dconfig_file.h536 int use_systemd; member
H A Dconfig_file.c208 cfg->use_systemd = 0; in config_create()
643 else S_YNO("use-systemd:", use_systemd) in config_set_option()
1193 else O_YNO(opt, "use-systemd", use_systemd) in config_get_option()
H A Dconfigparser.y1249 else cfg_parser->cfg->use_systemd = (strcmp($2, "yes")==0);
H A Dconfigparser.c4152 else cfg_parser->cfg->use_systemd = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dunbound.c314 if (cfg->use_systemd && cfg->do_daemonize) { in apply_settings()
H A Dremote.c289 fd = create_local_accept_sock(ip, &noproto, cfg->use_systemd); in add_open()
333 cfg->use_systemd, cfg->ip_dscp, "unbound-control"); in add_open()
6065 COPY_VAR_int(use_systemd); in fr_atomic_copy_cfg()
/freebsd/contrib/unbound/testcode/
H A Dfake_event.c1759 int ATTR_UNUSED(use_systemd), int ATTR_UNUSED(dscp)) in create_udp_sock() argument