Home
last modified time | relevance | path

Searched refs:SO_FLOW_SLA (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/jdk/net/
DExtendedSocketOptions.java59 public static final SocketOption<SocketFlow> SO_FLOW_SLA = new field in ExtendedSocketOptions
DSockets.java365 set.add(ExtendedSocketOptions.SO_FLOW_SLA); in initOptionSets()
387 set.add(ExtendedSocketOptions.SO_FLOW_SLA); in initOptionSets()
403 set.add(ExtendedSocketOptions.SO_FLOW_SLA); in initOptionSets()
/libcore/ojluni/src/main/java/java/net/
DPlainDatagramSocketImpl.java65 if (!name.equals(ExtendedSocketOptions.SO_FLOW_SLA)) { in setOption()
78 if (!name.equals(ExtendedSocketOptions.SO_FLOW_SLA)) { in getOption()
DPlainSocketImpl.java90 if (!name.equals(ExtendedSocketOptions.SO_FLOW_SLA)) { in setOption()
103 if (!name.equals(ExtendedSocketOptions.SO_FLOW_SLA)) { in getOption()
/libcore/ojluni/src/main/java/sun/nio/ch/
DAsynchronousSocketChannelImpl.java513 set.add(jdk.net.ExtendedSocketOptions.SO_FLOW_SLA); in defaultOptions()
DSocketChannelImpl.java284 set.add(jdk.net.ExtendedSocketOptions.SO_FLOW_SLA); in defaultOptions()
DDatagramChannelImpl.java343 set.add(jdk.net.ExtendedSocketOptions.SO_FLOW_SLA); in defaultOptions()