Searched refs:gr_interface (Results 1 – 3 of 3) sorted by relevance
28 public final int gr_interface; field in StructGroupReq31 public StructGroupReq(int gr_interface, InetAddress gr_group) { in StructGroupReq() argument32 this.gr_interface = gr_interface; in StructGroupReq()
176 int gr_interface = (networkInterface != null) ? networkInterface.getIndex() : 0; in makeGroupReq() local177 return new StructGroupReq(gr_interface, gr_group); in makeGroupReq()
2315 req.gr_interface = env->GetIntField(javaGroupReq, grInterfaceFid); in Linux_setsockoptGroupReq()2331 uint32_t gr_interface; in Linux_setsockoptGroupReq() member2336 req64.gr_interface = req.gr_interface; in Linux_setsockoptGroupReq()