Home
last modified time | relevance | path

Searched defs:gr_group (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/android/system/
DStructGroupReq.java29 public final InetAddress gr_group; field in StructGroupReq
31 public StructGroupReq(int gr_interface, InetAddress gr_group) { in StructGroupReq()
/libcore/luni/src/main/java/java/net/
DPlainDatagramSocketImpl.java121 …private static StructGroupReq makeGroupReq(InetAddress gr_group, NetworkInterface networkInterface… in makeGroupReq()
/libcore/luni/src/main/native/
Dlibcore_io_Posix.cpp1332 sockaddr_storage gr_group; in Posix_setsockoptGroupReq() member