PRINTF("any");
else {
#ifdef USE_INET6
void *ptr = addr;
PRINTF("%s", inet_ntop(family, ptr, ipbuf, sizeof(ipbuf)));
#else