[NET]: Use NIP6_FMT in kernel.h
authorJoe Perches <joe@perches.com>
Fri, 13 Jan 2006 22:29:07 +0000 (14:29 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Jan 2006 22:29:07 +0000 (14:29 -0800)
commit46b86a2da0fd14bd49765330df63a62279833acb
tree069b4741a970db9b03772a870b4d63398b1f56e0
parent23b0ca5bf52cef0ab0f0fe247cb91cbef836e7eb
[NET]: Use NIP6_FMT in kernel.h

There are errors and inconsistency in the display of NIP6 strings.
ie: net/ipv6/ip6_flowlabel.c

There are errors and inconsistency in the display of NIPQUAD strings too.
ie: net/netfilter/nf_conntrack_ftp.c

This patch:
adds NIP6_FMT to kernel.h
changes all code to use NIP6_FMT
fixes net/ipv6/ip6_flowlabel.c
adds NIPQUAD_FMT to kernel.h
fixes net/netfilter/nf_conntrack_ftp.c
changes a few uses of "%u.%u.%u.%u" to NIPQUAD_FMT for symmetry to NIP6_FMT

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
19 files changed:
include/linux/kernel.h
include/net/netfilter/nf_conntrack_tuple.h
include/net/sctp/sctp.h
net/ipv6/addrconf.c
net/ipv6/ah6.c
net/ipv6/anycast.c
net/ipv6/esp6.c
net/ipv6/icmp.c
net/ipv6/ip6_flowlabel.c
net/ipv6/ipcomp6.c
net/ipv6/mcast.c
net/ipv6/ndisc.c
net/ipv6/netfilter/ip6t_LOG.c
net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
net/ipv6/xfrm6_tunnel.c
net/netfilter/nf_conntrack_ftp.c
net/sctp/ipv6.c
net/sctp/sm_statefuns.c
security/selinux/avc.c