Searched refs:gr_group (Results 1 – 4 of 4) sorted by relevance
29 public final InetAddress gr_group; field in StructGroupReq31 public StructGroupReq(int gr_interface, InetAddress gr_group) { in StructGroupReq() argument33 this.gr_group = gr_group; in StructGroupReq()
174 private static StructGroupReq makeGroupReq(InetAddress gr_group, in makeGroupReq() argument177 return new StructGroupReq(gr_interface, gr_group); in makeGroupReq()
2320 if (!inetAddressToSockaddrVerbatim(env, javaGroup.get(), 0, req.gr_group, sa_len)) { in Linux_setsockoptGroupReq()2333 sockaddr_storage gr_group; in Linux_setsockoptGroupReq() member2337 memcpy(&req64.gr_group, &req.gr_group, sizeof(req.gr_group)); in Linux_setsockoptGroupReq()
459 int level = (groupReq.gr_group instanceof Inet4Address) ? IPPROTO_IP : IPPROTO_IPV6; in setSocketOptionErrno()