Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.c215 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 Dlisten_dnsport.h264 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 Dconfig_file.h522 int use_systemd; member
H A Dconfig_file.c202 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 Dconfigparser.y1181 else cfg_parser->cfg->use_systemd = (strcmp($2, "yes")==0);
H A Dconfigparser.c3973 else cfg_parser->cfg->use_systemd = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dunbound.c314 if (cfg->use_systemd && cfg->do_daemonize) { in apply_settings()
H A Dremote.c253 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 Dfake_event.c1649 int ATTR_UNUSED(use_systemd), int ATTR_UNUSED(dscp)) in create_udp_sock() argument
/netbsd-src/external/bsd/nsd/dist/doc/
H A DRELNOTES652 - Fix use_systemd typo/leftover in remote.c.
H A DChangeLog1312 - Fix use_systemd typo/leftover in remote.c.