getip
len = strlen(getip(ips.is_v, &ips.is_src));
len = strlen(getip(ips.is_v, &ips.is_dst));
sprintf(str1, "%s,%d", getip(ver, &saddr), sport);
sprintf(str1, "%s", getip(ver, &saddr));
sprintf(str2, "%s,%d", getip(ver, &daddr), dport);
sprintf(str2, "%s", getip(ver, &daddr));
getip(tp->st_v, &tp->st_src),
getip(tp->st_v, &tp->st_dst),
sprintf(str1, "%s", getip(tp->st_v,
sprintf(str2, "%s", getip(tp->st_v,
static char *getip __P((int, i6addr_t *));