str_ip6addr
static char *str_ip6addr(const struct in6_addr *);
(*pr)("IPv6: Src = %s\n", str_ip6addr(&ip6.ip6_src));
(*pr)("IPv6: Dst = %s\n", str_ip6addr(&ip6.ip6_dst));