Searched refs:systemd_get_activated (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/unbound/services/ |
| H A D | listen_dnsport.c | 181 systemd_get_activated(int family, int socktype, int listen, in systemd_get_activated() function 273 && (s = systemd_get_activated(family, socktype, -1, addr, in create_udp_sock() 726 && (s = systemd_get_activated(addr->ai_family, addr->ai_socktype, 1, in create_tcp_accept_sock() 960 if (use_systemd && (ret = systemd_get_activated(AF_LOCAL, SOCK_STREAM, 1, NULL, 0, path)) != -1) in create_local_accept_sock()
|