lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 10 Aug 2018 19:25:18 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     saeedm@...lanox.com
Cc:     netdev@...r.kernel.org
Subject: Re: [net-next 03/12] net/mlx5e: Ethtool steering, ip6 support

From: Saeed Mahameed <saeedm@...lanox.com>
Date: Fri, 10 Aug 2018 15:26:21 -0700

> +static bool is_zero_ip6(__be32 ip6[4])
> +{
> +	int i;
> +
> +	for (i = 0; i < 4; i++)
> +		if (ip6[i] != 0)
> +			return false;
> +	return true;
> +}

This is ipv6_addr_any().

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ