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

/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_iscsi.c160 char str_ip[INET6_ADDRSTRLEN] = "unknown"; local
173 /* See a comment for str_ip above on why we do (void) */
174 (void) inet_ntop(AF_INET, &in->sin_addr, str_ip,
175 sizeof (str_ip));
182 /* See a comment for str_ip above on why we do (void) */
183 (void) inet_ntop(AF_INET6, &in6->sin6_addr, str_ip,
184 sizeof (str_ip));
201 str_ip);

Completed in 19 milliseconds