Home
last modified time | relevance | path

Searched refs:mdb_inet_ntop (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.h72 extern char *mdb_inet_ntop(int, const void *, char *, size_t);
H A Dmdb_string.c749 mdb_inet_ntop(int af, const void *addr, char *buf, size_t buflen) in mdb_inet_ntop() function
H A Dmdb_io.c1158 (void) mdb_inet_ntop(AF_INET, &addr, buf, sizeof (buf)); in iob_inaddr2str()
1168 (void) mdb_inet_ntop(AF_INET6, addr, buf, sizeof (buf)); in iob_ipv6addr2str()