Searched defs:pdsi_ttlID (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/java/net/
H A DPlainDatagramSocketImpl.c83 static jfieldID pdsi_ttlID; variable
206 pdsi_ttlID = (*env)->GetFieldID(env, cls, "ttl", "I");
207 CHECK_NULL(pdsi_ttlID);
1130 (*env)->SetIntField(env, this, pdsi_ttlID, ttl);
2018 (*env)->SetIntField(env, this, pdsi_ttlID, ttl);
2073 return (*env)->GetIntField(env, this, pdsi_ttlID);

Completed in 38 milliseconds