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

/libcore/luni/src/main/java/android/system/
H A DStructGroupReq.java28 public final int gr_interface; field in class:StructGroupReq
31 public StructGroupReq(int gr_interface, InetAddress gr_group) { argument
32 this.gr_interface = gr_interface;
/libcore/ojluni/src/main/java/java/net/
H A DPlainDatagramSocketImpl.java175 int gr_interface = (networkInterface != null) ? networkInterface.getIndex() : 0;
176 return new StructGroupReq(gr_interface, gr_group);
/libcore/luni/src/main/native/
H A Dlibcore_io_Linux.cpp2211 static jfieldID grInterfaceFid = env->GetFieldID(JniConstants::structGroupReqClass, "gr_interface", "I");
2212 req.gr_interface = env->GetIntField(javaGroupReq, grInterfaceFid);
2228 uint32_t gr_interface; member in struct:group_req64
2233 req64.gr_interface = req.gr_interface;

Completed in 58 milliseconds