Searched defs:IP_MULTICAST_LOOP (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DStandardSocketOptions.java325 public static final SocketOption<Boolean> IP_MULTICAST_LOOP = field in class:StandardSocketOptions
326 new StdSocketOption<Boolean>("IP_MULTICAST_LOOP", Boolean.class);
H A DSocketOptions.java214 @Native public final static int IP_MULTICAST_LOOP = 0x12; field in interface:SocketOptions
/libcore/luni/src/main/java/android/system/
H A DOsConstants.java332 public static final int IP_MULTICAST_LOOP = placeholder(); field in class:OsConstants

Completed in 284 milliseconds