Home
last modified time | relevance | path

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

/systemd-251/src/analyze/
Danalyze-security.c2164 bool deny_ipv4 = false, deny_ipv6 = false; in property_read_ip_address_allow() local
2225 deny_ipv6 = true; in property_read_ip_address_allow()
2229 info->ip_address_deny_all = deny_ipv4 && deny_ipv6; in property_read_ip_address_allow()
2611 bool deny_ipv4 = false, deny_ipv6 = false; in get_security_info() local
2617 deny_ipv6 = true; in get_security_info()
2619 info->ip_address_deny_all = deny_ipv4 && deny_ipv6; in get_security_info()