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

/libcore/ojluni/src/main/native/
H A DInet6Address.c42 jfieldID ia6_scopeidID; variable
59 ia6_scopeidID = (*env)->GetFieldID(env, ia6h_class, "scope_id", "I");
60 CHECK_NULL(ia6_scopeidID);
H A Dnet_util.h111 extern jfieldID ia6_scopeidID;
H A Dnet_util.c114 return (*env)->GetIntField(env, holder, ia6_scopeidID);
123 (*env)->SetIntField(env, holder, ia6_scopeidID, scopeid);
H A Dnet_util_md.c794 if (ia6_scopeidID) {

Completed in 38 milliseconds