Searched defs:IP_TOS (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DStandardSocketOptions.java250 public static final SocketOption<Integer> IP_TOS = field in class:StandardSocketOptions
251 new StdSocketOption<Integer>("IP_TOS", Integer.class);
H A DSocketOptions.java220 public final static int IP_TOS = 0x3; field in interface:SocketOptions

Completed in 30 milliseconds