Searched refs:iscsi_inet_ntop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c211 static char *iscsi_inet_ntop(int af, const void *addr, char *buf, int addrlen);
2827 bufp = iscsi_inet_ntop(AF_INET,
2837 bufp = iscsi_inet_ntop(AF_INET6,
3496 * iscsi_inet_ntop -- Convert an IPv4 or IPv6 address in binary form into
3500 * format as iscsi_inet_ntop() defined in rfc2553. But it does not do
3503 * This iscsi_inet_ntop() function, does not return NULL if third argument
3521 iscsi_inet_ntop(int af, const void *addr, char *buf, int addrlen) function
3531 * We don't allow thread unsafe iscsi_inet_ntop calls, they

Completed in 85 milliseconds