OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_systemd
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/unbound/dist/services/
listen_dnsport.h
279
* @param
use_systemd
: if true, fetch sockets from systemd.
285
int snd, int listen, int* reuseport, int transparent, int freebind, int
use_systemd
, int dscp);
298
* @param
use_systemd
: if true, fetch sockets from systemd.
305
int
use_systemd
, int dscp, const char* additional);
312
* @param
use_systemd
: if true, fetch sockets from systemd.
315
int create_local_accept_sock(const char* path, int* noproto, int
use_systemd
);
listen_dnsport.c
246
int freebind, int
use_systemd
, int dscp)
274
if (!
use_systemd
275
|| (
use_systemd
279
(void)
use_systemd
;
714
int
use_systemd
, int dscp, const char* additional)
739
if (!
use_systemd
||
740
(
use_systemd
745
(void)
use_systemd
;
970
create_local_accept_sock(const char *path, int* noproto, int
use_systemd
)
975
if (
use_systemd
&& (ret = systemd_get_activated(AF_LOCAL, SOCK_STREAM, 1, NULL, 0, path)) != -1
[
all
...]
/src/external/bsd/unbound/dist/util/
config_file.h
540
int
use_systemd
;
member in struct:config_file
config_file.c
213
cfg->
use_systemd
= 0;
654
else S_YNO("use-systemd:",
use_systemd
)
1207
else O_YNO(opt, "use-systemd",
use_systemd
)
configparser.y
1264
else cfg_parser->cfg->
use_systemd
= (strcmp($2, "yes")==0);
configparser.c
4184
else cfg_parser->cfg->
use_systemd
= (strcmp((yyvsp[0].str), "yes")==0);
/src/external/bsd/unbound/dist/daemon/
unbound.c
314
if (cfg->
use_systemd
&& cfg->do_daemonize) {
remote.c
289
fd = create_local_accept_sock(ip, &noproto, cfg->
use_systemd
);
353
cfg->
use_systemd
, cfg->ip_dscp, "unbound-control");
6260
COPY_VAR_int(
use_systemd
);
/src/external/bsd/unbound/dist/testcode/
fake_event.c
1759
int ATTR_UNUSED(
use_systemd
), int ATTR_UNUSED(dscp))
Completed in 52 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026