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

/libcore/ojluni/src/main/java/java/net/
H A DStandardSocketOptions.java273 public static final SocketOption<NetworkInterface> IP_MULTICAST_IF = field in class:StandardSocketOptions
274 new StdSocketOption<NetworkInterface>("IP_MULTICAST_IF", NetworkInterface.class);
H A DSocketOptions.java194 @Native public final static int IP_MULTICAST_IF = 0x10; field in interface:SocketOptions
197 * with IP_MULTICAST_IF will be kept the same as before, while
/libcore/luni/src/main/java/android/system/
H A DOsConstants.java331 public static final int IP_MULTICAST_IF = placeholder(); field in class:OsConstants

Completed in 721 milliseconds