Searched refs:use_systemd (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/bsd/unbound/dist/services/ |
| H A D | listen_dnsport.c | 215 int freebind, int use_systemd, int dscp) in create_udp_sock() argument 243 if (!use_systemd in create_udp_sock() 244 || (use_systemd in create_udp_sock() 248 (void)use_systemd; in create_udp_sock() 672 int use_systemd, int dscp) in create_tcp_accept_sock() argument 694 if (!use_systemd || in create_tcp_accept_sock() 695 (use_systemd in create_tcp_accept_sock() 700 (void)use_systemd; in create_tcp_accept_sock() 925 create_local_accept_sock(const char *path, int* noproto, int use_systemd) in create_local_accept_sock() argument 930 if (use_systemd && (ret = systemd_get_activated(AF_LOCAL, SOCK_STREAM, 1, NULL, 0, path)) != -1) in create_local_accept_sock() [all …]
|
| H A D | listen_dnsport.h | 264 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp); 283 int use_systemd, int dscp); 293 int create_local_accept_sock(const char* path, int* noproto, int use_systemd);
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | config_file.h | 522 int use_systemd; member
|
| H A D | config_file.c | 202 cfg->use_systemd = 0; in config_create() 589 else S_YNO("use-systemd:", use_systemd) in config_set_option() 1119 else O_YNO(opt, "use-systemd", use_systemd) in config_get_option()
|
| H A D | configparser.y | 1181 else cfg_parser->cfg->use_systemd = (strcmp($2, "yes")==0);
|
| H A D | configparser.c | 3973 else cfg_parser->cfg->use_systemd = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
|
| /netbsd-src/external/bsd/unbound/dist/daemon/ |
| H A D | unbound.c | 314 if (cfg->use_systemd && cfg->do_daemonize) { in apply_settings()
|
| H A D | remote.c | 253 fd = create_local_accept_sock(ip, &noproto, cfg->use_systemd); in add_open() 297 cfg->use_systemd, cfg->ip_dscp); in add_open()
|
| /netbsd-src/external/bsd/unbound/dist/testcode/ |
| H A D | fake_event.c | 1649 int ATTR_UNUSED(use_systemd), int ATTR_UNUSED(dscp)) in create_udp_sock() argument
|
| /netbsd-src/external/bsd/nsd/dist/doc/ |
| H A D | RELNOTES | 652 - Fix use_systemd typo/leftover in remote.c.
|
| H A D | ChangeLog | 1312 - Fix use_systemd typo/leftover in remote.c.
|