Searched refs:use_systemd (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.h230 * @param use_systemd: if true, fetch sockets from systemd.
236 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp);
249 * @param use_systemd: if true, fetch sockets from systemd.
255 int use_systemd, int dscp);
262 * @param use_systemd: if true, fetch sockets from systemd.
265 int create_local_accept_sock(const char* path, int* noproto, int use_systemd);
H A Dlisten_dnsport.c200 int freebind, int use_systemd, int dscp)
228 if (!use_systemd
229 || (use_systemd
233 (void)use_systemd;
596 int use_systemd, int dscp)
618 if (!use_systemd ||
619 (use_systemd
624 (void)use_systemd;
837 create_local_accept_sock(const char *path, int* noproto, int use_systemd) argument
842 if (use_systemd
197 create_udp_sock(int family, int socktype, struct sockaddr* addr, socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv, int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp) argument
594 create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto, int* reuseport, int transparent, int mss, int nodelay, int freebind, int use_systemd, int dscp) argument
916 make_sock(int stype, const char* ifname, const char* port, struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, int use_systemd, int dscp) argument
967 make_sock_port(int stype, const char* ifname, const char* port, struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, int use_systemd, int dscp) argument
1135 ports_create_if(const char* ifname, int do_auto, int do_udp, int do_tcp, struct addrinfo *hints, const char* port, struct listen_port** list, size_t rcv, size_t snd, int ssl_port, struct config_strlist* tls_additional_port, int https_port, int* reuseport, int transparent, int tcp_mss, int freebind, int http2_nodelay, int use_systemd, int dnscrypt_port, int dscp) argument
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h478 int use_systemd; member in struct:config_file
H A Dconfig_file.c192 cfg->use_systemd = 0;
543 else S_YNO("use-systemd:", use_systemd)
1029 else O_YNO(opt, "use-systemd", use_systemd)
H A Dconfigparser.y1055 else cfg_parser->cfg->use_systemd = (strcmp($2, "yes")==0);
/freebsd-11-stable/contrib/unbound/daemon/
H A Dunbound.c285 if (cfg->use_systemd && cfg->do_daemonize) {
H A Dremote.c289 fd = create_local_accept_sock(ip, &noproto, cfg->use_systemd);
333 cfg->use_systemd, cfg->ip_dscp);
/freebsd-11-stable/testcode/
H A Dfake_event.c1621 int ATTR_UNUSED(use_systemd), int ATTR_UNUSED(dscp))

Completed in 115 milliseconds