Lines Matching refs:host
85 jstring host) {
107 if (IS_NULL(host)) {
108 JNU_ThrowNullPointerException(env, "host is null");
111 hostname = JNU_GetStringPlatformChars(env, host, JNI_FALSE);
121 JNU_ReleaseStringPlatformChars(env, host, hostname);
140 JNU_ReleaseStringPlatformChars(env, host, hostname);
241 setInetAddress_hostName(env, iaObj, host);
265 setInetAddress_hostName(env, iaObj, host);
282 JNU_ReleaseStringPlatformChars(env, host, hostname);
300 char host[NI_MAXHOST+1];
336 error = getnameinfo(sa, len, host, NI_MAXHOST, NULL, 0, NI_NAMEREQD);
339 ret = (*env)->NewStringUTF(env, host);
629 * we were able to reach the host!