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()
121 …private static StructGroupReq makeGroupReq(InetAddress gr_group, NetworkInterface networkInterface… in makeGroupReq() argument123 return new StructGroupReq(gr_interface, gr_group); in makeGroupReq()
1319 if (!inetAddressToSockaddrVerbatim(env, javaGroup.get(), 0, req.gr_group, sa_len)) { in Posix_setsockoptGroupReq()1332 sockaddr_storage gr_group; in Posix_setsockoptGroupReq() member1336 memcpy(&req64.gr_group, &req.gr_group, sizeof(req.gr_group)); in Posix_setsockoptGroupReq()
393 int level = (groupReq.gr_group instanceof Inet4Address) ? IPPROTO_IP : IPPROTO_IPV6; in setSocketOptionErrno()