ipv6: bool conversions phase1
authorEric Dumazet <edumazet@google.com>
Fri, 18 May 2012 06:14:11 +0000 (08:14 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 May 2012 06:24:13 +0000 (02:24 -0400)
ipv6_opt_accepted() returns a bool, and can use const pointers

ipv6_addr_equal(), ipv6_addr_any(), ipv6_addr_loopback(),
ipv6_addr_orchid() return a bool.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found