[IPV6]: Make address arguments const.
- net/ipv6/addrconf.c:
ipv6_get_ifaddr(), ipv6_dev_get_saddr()
- net/ipv6/mcast.c:
ipv6_sock_mc_join(), ipv6_sock_mc_drop(),
inet6_mc_check(),
ipv6_dev_mc_inc(), __ipv6_dev_mc_dec(), ipv6_dev_mc_dec(),
ipv6_chk_mcast_addr()
- net/ipv6/route.c:
rt6_lookup(), icmp6_dst_alloc()
- net/ipv6/ip6_output.c:
ip6_nd_hdr()
- net/ipv6/ndisc.c:
ndisc_send_ns(), ndisc_send_rs(), ndisc_send_redirect(),
ndisc_get_neigh(), __ndisc_send()
Signed-off-by:
YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Showing
- include/net/addrconf.h 15 additions, 13 deletionsinclude/net/addrconf.h
- include/net/ip6_route.h 3 additions, 3 deletionsinclude/net/ip6_route.h
- include/net/ipv6.h 2 additions, 2 deletionsinclude/net/ipv6.h
- include/net/ndisc.h 7 additions, 7 deletionsinclude/net/ndisc.h
- net/ipv6/addrconf.c 3 additions, 3 deletionsnet/ipv6/addrconf.c
- net/ipv6/ip6_output.c 1 addition, 1 deletionnet/ipv6/ip6_output.c
- net/ipv6/mcast.c 9 additions, 11 deletionsnet/ipv6/mcast.c
- net/ipv6/ndisc.c 12 additions, 10 deletionsnet/ipv6/ndisc.c
- net/ipv6/route.c 3 additions, 3 deletionsnet/ipv6/route.c
Loading
Please register or sign in to comment