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

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSctpChannelImpl.c67 static jmethodID spc_ctrID; /* sun.nio.ch.SctpPeerAddressChanged.<init> */ variable
126 spc_ctrID = (*env)->GetMethodID(env, cls, "<init>",
128 CHECK_NULL(spc_ctrID);
341 resultObj = (*env)->NewObject(env, spc_class, spc_ctrID, spc->spc_assoc_id,

Completed in 23 milliseconds