/libcore/ojluni/src/main/java/java/net/ |
StandardProtocolFamily.java | 39 INET,
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
SocketOptionRegistry.java | 68 map.put(new RegistryKey(StandardSocketOptions.IP_TOS, StandardProtocolFamily.INET), new OptionKey(0, 1)); 69 map.put(new RegistryKey(StandardSocketOptions.IP_MULTICAST_IF, StandardProtocolFamily.INET), new OptionKey(0, 32)); 70 map.put(new RegistryKey(StandardSocketOptions.IP_MULTICAST_TTL, StandardProtocolFamily.INET), new OptionKey(0, 33)); 71 map.put(new RegistryKey(StandardSocketOptions.IP_MULTICAST_LOOP, StandardProtocolFamily.INET), new OptionKey(0, 34));
|
DatagramChannelImpl.java | 115 StandardProtocolFamily.INET6 : StandardProtocolFamily.INET; 129 if ((family != StandardProtocolFamily.INET) && 153 StandardProtocolFamily.INET6 : StandardProtocolFamily.INET; 199 if (family == StandardProtocolFamily.INET) { 259 if (family == StandardProtocolFamily.INET) { 273 if (family == StandardProtocolFamily.INET) { 535 boolean preferIPv6 = (family != StandardProtocolFamily.INET); 689 if (family == StandardProtocolFamily.INET) { 698 if (family == StandardProtocolFamily.INET) {
|
Net.java | 432 (family != StandardProtocolFamily.INET); 453 (family != StandardProtocolFamily.INET); 476 (family != StandardProtocolFamily.INET);
|
SocketChannelImpl.java | 181 Net.setSocketOption(fd, StandardProtocolFamily.INET, name, value); 221 (T) Net.getSocketOption(fd, StandardProtocolFamily.INET, name); [all...] |
/external/dhcpcd-6.8.2/ |
arp.h | 71 #ifdef INET
|
script.c | 33 #include <arpa/inet.h> 124 #ifdef INET 227 #if defined(INET) || defined(INET6) 232 #ifdef INET 241 #ifdef INET 257 #ifdef INET 277 #ifdef INET 351 #ifdef INET 407 #ifdef INET 458 #ifdef INET [all...] |
if-sun.c | 80 #ifdef INET
|
ipv4.h | 72 #ifdef INET
|
dhcpcd.h | 122 #ifdef INET
|
if.h | 129 #ifdef INET
|
if.c | 196 #ifdef INET 211 #ifdef INET 649 #ifdef INET 680 #ifdef INET
|
configure | 9 INET= 43 --disable-ipv4) INET=no;; 44 --enable-ipv4) INET=yes;; 403 if [ -z "$INET" -o "$INET" = yes ]; then 523 #include <arpa/inet.h>
|
dhcp.h | 31 #include <arpa/inet.h> 273 #ifdef INET
|
if-bsd.c | 38 #include <arpa/inet.h> 150 #if defined(INET) || defined(INET6) 275 #if defined(INET) || defined(INET6) 290 #ifdef INET 752 #endif /* INET */ 1159 #ifdef INET 1167 #if (defined(INET) && defined(IN_IFF_TENTATIVE)) || defined(INET6) 1227 #ifdef INET 1296 #ifdef INET [all...] |
if-linux.c | 42 #include <arpa/inet.h> 290 #ifdef INET 393 #ifdef INET 529 #ifdef INET 561 #ifdef INET 584 #ifdef INET 608 #ifdef INET 1124 #ifdef INET [all...] |
if-options.c | 34 #include <arpa/inet.h> 467 #ifdef INET 524 #if !defined(INET) && !defined(INET6) 543 #ifdef INET 1220 #ifdef INET [all...] |
dhcpcd.c | 166 #ifdef INET [all...] |
dhcp-common.c | 598 #ifdef INET
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
DatagramChannelTest.java | 231 DatagramChannel channel = DatagramChannel.open(StandardProtocolFamily.INET); 239 DatagramChannel.open(StandardProtocolFamily.INET).bind(new InetSocketAddress(0));
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
dynamic-dnsmasq.pl | 94 my $sock = IO::Socket::INET->new(Listen => 5,
|
/prebuilts/sdk/24/ |
android.jar | |