ipv6: Use correct data types for ICMPv6 type and code
authorBrian Haley <brian.haley@hp.com>
Tue, 23 Jun 2009 11:31:07 +0000 (04:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jun 2009 11:31:07 +0000 (04:31 -0700)
commitd5fdd6babcfc2b0e6a8da1acf492a69fb54b4c47
treee4ebdb5d6c4b1ddc16f83e701e3e6038c379a497
parent0cf08dcb78e8d61b6d4b2eb5cdb296d969971626
ipv6: Use correct data types for ICMPv6 type and code

Change all the code that deals directly with ICMPv6 type and code
values to use u8 instead of a signed int as that's the actual data
type.

Signed-off-by: Brian Haley <brian.haley@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
20 files changed:
include/linux/icmpv6.h
include/net/protocol.h
include/net/rawv6.h
include/net/xfrm.h
net/dccp/ipv6.c
net/ipv6/ah6.c
net/ipv6/esp6.c
net/ipv6/icmp.c
net/ipv6/ip6_tunnel.c
net/ipv6/ipcomp6.c
net/ipv6/mip6.c
net/ipv6/raw.c
net/ipv6/route.c
net/ipv6/tcp_ipv6.c
net/ipv6/tunnel6.c
net/ipv6/udp.c
net/ipv6/udp_impl.h
net/ipv6/udplite.c
net/ipv6/xfrm6_tunnel.c
net/sctp/ipv6.c