Searched refs:INET (Results 1 – 8 of 8) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SocketOptionRegistry.java | 68 …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()
|
D | DatagramChannelImpl.java | 126 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()
|
D | Net.java | 419 (family != StandardProtocolFamily.INET); 441 (family != StandardProtocolFamily.INET); 465 (family != StandardProtocolFamily.INET);
|
D | SocketChannelImpl.java | 219 StandardProtocolFamily.INET6 : StandardProtocolFamily.INET; in setOption() 260 StandardProtocolFamily.INET6 : StandardProtocolFamily.INET; in getOption()
|
D | ServerSocketChannelImpl.java | 139 StandardProtocolFamily.INET6 : StandardProtocolFamily.INET; in setOption()
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | MembershipKeyTest.java | 45 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()
|
D | DatagramChannelTest.java | 242 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/ |
D | StandardProtocolFamily.java | 39 INET, enumConstant
|