Home
last modified time | relevance | path

Searched refs:INET (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DSocketOptionRegistry.java68 …map.put(new RegistryKey(StandardSocketOptions.IP_TOS, StandardProtocolFamily.INET), new OptionKey(… in options()
69 …RegistryKey(StandardSocketOptions.IP_MULTICAST_IF, StandardProtocolFamily.INET), new OptionKey(0, … in options()
70 …egistryKey(StandardSocketOptions.IP_MULTICAST_TTL, StandardProtocolFamily.INET), new OptionKey(0, … in options()
71 …gistryKey(StandardSocketOptions.IP_MULTICAST_LOOP, StandardProtocolFamily.INET), new OptionKey(0, … in options()
DDatagramChannelImpl.java126 StandardProtocolFamily.INET6 : StandardProtocolFamily.INET; in DatagramChannelImpl()
144 if ((family != StandardProtocolFamily.INET) && in DatagramChannelImpl()
172 StandardProtocolFamily.INET6 : StandardProtocolFamily.INET; in DatagramChannelImpl()
296 if (family == StandardProtocolFamily.INET) { in getOption()
562 boolean preferIPv6 = (family != StandardProtocolFamily.INET); in sendFromNativeBuffer()
716 if (family == StandardProtocolFamily.INET) { in bind()
725 if (family == StandardProtocolFamily.INET) { in bind()
DNet.java419 (family != StandardProtocolFamily.INET);
441 (family != StandardProtocolFamily.INET);
465 (family != StandardProtocolFamily.INET);
DSocketChannelImpl.java219 StandardProtocolFamily.INET6 : StandardProtocolFamily.INET; in setOption()
260 StandardProtocolFamily.INET6 : StandardProtocolFamily.INET; in getOption()
DServerSocketChannelImpl.java139 StandardProtocolFamily.INET6 : StandardProtocolFamily.INET; in setOption()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DMembershipKeyTest.java45 client = DatagramChannel.open(StandardProtocolFamily.INET) in init()
106 try(DatagramChannel dc = DatagramChannel.open(StandardProtocolFamily.INET)) { in check_drop()
172 try (DatagramChannel dc = DatagramChannel.open(StandardProtocolFamily.INET)) { in test_blockWithJoinWithoutSource()
221 try (DatagramChannel dc = DatagramChannel.open(StandardProtocolFamily.INET)) { in test_unblockWithJoinWithoutSource()
DDatagramChannelTest.java242 try (DatagramChannel channel = DatagramChannel.open(StandardProtocolFamily.INET)) { in test_open$java_net_ProtocolFamily()
249 try (DatagramChannel dc = DatagramChannel.open(StandardProtocolFamily.INET)) { in test_open$java_net_ProtocolFamily()
269 try(DatagramChannel dc = DatagramChannel.open(StandardProtocolFamily.INET)) { in test_closeGuardSupport()
/libcore/ojluni/src/main/java/java/net/
DStandardProtocolFamily.java39 INET, enumConstant