Searched refs:use_systemd (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 285 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 D | listen_dnsport.c | 246 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 D | config_file.h | 536 int use_systemd; member
|
| H A D | config_file.c | 208 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 D | configparser.y | 1249 else cfg_parser->cfg->use_systemd = (strcmp($2, "yes")==0);
|
| H A D | configparser.c | 4152 else cfg_parser->cfg->use_systemd = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | unbound.c | 314 if (cfg->use_systemd && cfg->do_daemonize) { in apply_settings()
|
| H A D | remote.c | 289 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 D | fake_event.c | 1759 int ATTR_UNUSED(use_systemd), int ATTR_UNUSED(dscp)) in create_udp_sock() argument
|