Searched refs:use_systemd (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 258 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp); 277 int use_systemd, int dscp); 287 int create_local_accept_sock(const char* path, int* noproto, int use_systemd);
|
| H A D | listen_dnsport.c | 210 int freebind, int use_systemd, int dscp) in create_udp_sock() argument 238 if (!use_systemd in create_udp_sock() 239 || (use_systemd in create_udp_sock() 243 (void)use_systemd; in create_udp_sock() 643 int use_systemd, int dscp) in create_tcp_accept_sock() argument 665 if (!use_systemd || in create_tcp_accept_sock() 666 (use_systemd in create_tcp_accept_sock() 671 (void)use_systemd; in create_tcp_accept_sock() 902 (void)use_systemd; in create_local_accept_sock() 955 (void)use_systemd; in create_local_accept_sock() [all …]
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | config_file.h | 492 int use_systemd; member
|
| H A D | config_file.c | 195 cfg->use_systemd = 0; in config_create() 562 else S_YNO("use-systemd:", use_systemd) in config_set_option() 1067 else O_YNO(opt, "use-systemd", use_systemd) in config_get_option()
|
| H A D | configparser.y | 1117 else cfg_parser->cfg->use_systemd = (strcmp($2, "yes")==0);
|
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | unbound.c | 314 if (cfg->use_systemd && cfg->do_daemonize) { in apply_settings()
|
| H A D | remote.c | 295 fd = create_local_accept_sock(ip, &noproto, cfg->use_systemd); in add_open() 339 cfg->use_systemd, cfg->ip_dscp); in add_open()
|