Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DStructGroupReq.java28 public final int gr_interface; field in StructGroupReq
31 public StructGroupReq(int gr_interface, InetAddress gr_group) { in StructGroupReq() argument
32 this.gr_interface = gr_interface; in StructGroupReq()
/libcore/luni/src/main/java/java/net/
DPlainDatagramSocketImpl.java122 int gr_interface = (networkInterface != null) ? networkInterface.getIndex() : 0; in makeGroupReq() local
123 return new StructGroupReq(gr_interface, gr_group); in makeGroupReq()
/libcore/luni/src/main/native/
Dlibcore_io_Posix.cpp1314 req.gr_interface = env->GetIntField(javaGroupReq, grInterfaceFid); in Posix_setsockoptGroupReq()
1330 uint32_t gr_interface; in Posix_setsockoptGroupReq() member
1335 req64.gr_interface = req.gr_interface; in Posix_setsockoptGroupReq()