mdb_inet_ntop
(void) mdb_inet_ntop(AF_INET, &addr, buf, sizeof (buf));
(void) mdb_inet_ntop(AF_INET6, addr, buf, sizeof (buf));
extern char *mdb_inet_ntop(int, const void *, char *, size_t);