Searched refs:deny_ipv4 (Results 1 – 1 of 1) sorted by relevance
2164 bool deny_ipv4 = false, deny_ipv6 = false; in property_read_ip_address_allow() local2223 deny_ipv4 = 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() local2615 deny_ipv4 = true; in get_security_info()2619 info->ip_address_deny_all = deny_ipv4 && deny_ipv6; in get_security_info()