Searched refs:mdb_inet_ntop (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_string.h | 72 extern char *mdb_inet_ntop(int, const void *, char *, size_t);
|
H A D | mdb_string.c | 749 mdb_inet_ntop(int af, const void *addr, char *buf, size_t buflen) in mdb_inet_ntop() function
|
H A D | mdb_io.c | 1158 (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()
|