Searched refs:use_systemd (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 281 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp); 301 int use_systemd, int dscp, const char* additional); 311 int create_local_accept_sock(const char* path, int* noproto, int use_systemd);
|
| H A D | listen_dnsport.c | 243 int freebind, int use_systemd, int dscp) in create_udp_sock() argument 271 if (!use_systemd in create_udp_sock() 272 || (use_systemd in create_udp_sock() 276 (void)use_systemd; in create_udp_sock() 724 if (!use_systemd || in create_tcp_accept_sock() 725 (use_systemd in create_tcp_accept_sock() 730 (void)use_systemd; in create_tcp_accept_sock() 968 (void)use_systemd; in create_local_accept_sock() 1021 (void)use_systemd; in create_local_accept_sock() 1989 cfg->http_nodelay, cfg->use_systemd, in listening_ports_open() [all …]
|
| /freebsd-14.2/contrib/unbound/util/ |
| H A D | config_file.h | 535 int use_systemd; member
|
| H A D | config_file.c | 208 cfg->use_systemd = 0; in config_create() 613 else S_YNO("use-systemd:", use_systemd) in config_set_option() 1163 else O_YNO(opt, "use-systemd", use_systemd) in config_get_option()
|
| H A D | configparser.y | 1239 else cfg_parser->cfg->use_systemd = (strcmp($2, "yes")==0);
|
| H A D | configparser.c | 4140 else cfg_parser->cfg->use_systemd = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
|
| /freebsd-14.2/contrib/unbound/daemon/ |
| H A D | unbound.c | 314 if (cfg->use_systemd && cfg->do_daemonize) { in apply_settings()
|
| H A D | remote.c | 261 fd = create_local_accept_sock(ip, &noproto, cfg->use_systemd); in add_open() 305 cfg->use_systemd, cfg->ip_dscp, "unbound-control"); in add_open()
|