diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-10-29 15:49:58 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-29 15:49:58 -0400 |
commit | 4aa996066ffc0dba24036c961ee38dfdfbfc061c (patch) | |
tree | 61af96e4806e71048b981936b54abdb5506e950a /net/ipv6/anycast.c | |
parent | 96631ed16c514cf8b28fab991a076985ce378c26 (diff) |
printk: add %I4, %I6, %i4, %i6 format specifiers
For use in printing IPv4, or IPv6 addresses in the usual way:
%i4 and %I4 are currently equivalent and print the address in
dot-separated decimal x.x.x.x
%I6 prints 16-bit network order hex with colon separators:
xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx
%i6 omits the colons.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/anycast.c')
0 files changed, 0 insertions, 0 deletions