/external/libpcap/ |
pcap_findalldevs.3pcap | 146 Note that the addresses in the list of addresses might be IPv4 153 addresses are all IPv4 addresses, or even all IPv4 or IPv6 addresses. 154 IPv4 addresses have the value 161 For IPv4 addresses, the
|
pcap-filter.manmisc.in | 161 True if the IPv4/v6 destination field of the packet is \fIhost\fP, 164 True if the IPv4/v6 source field of the packet is \fIhost\fP. 166 True if either the IPv4/v6 source or destination of the packet is \fIhost\fP. 211 True if the IPv4/v6 destination address of the packet has a network 215 An IPv4 network number can be written as a dotted quad (e.g., 192.168.1.0), 224 True if the IPv4/v6 source address of the packet has a network 227 True if either the IPv4/v6 source or destination address of the packet has a network 230 True if the IPv4 address matches \fInet\fR with the specific \fInetmask\fR. 234 True if the IPv4/v6 address matches \fInet\fR with a netmask \fIlen\fR 296 True if the packet is an IPv4 packet (se [all...] |
/external/tcpdump/ |
aodv.h | 42 u_int32_t rreq_da; /* destination IPv4 address */ 44 u_int32_t rreq_oa; /* originator IPv4 address */ 84 u_int32_t rrep_da; /* destination IPv4 address */ 86 u_int32_t rrep_oa; /* originator IPv4 address */ 118 u_int32_t u_da; /* IPv4 address */
|
nlpid.c | 41 { NLPID_IP, "IPv4" },
|
print-mpls.c | 50 /*0*/ "IPv4 explicit NULL", "router alert", "IPv6 explicit NULL", 100 case 0: /* IPv4 explicit NULL label */ 101 case 3: /* IPv4 implicit NULL label */ 121 * for IPv4 and 0x60-0x6f for IPv6;
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
DatagramChannelTest.java | 136 InetAddress bindAddress = getNonLoopbackNetworkInterfaceAddress(true /* ipv4 */); 141 InetAddress bindAddress = getNonLoopbackNetworkInterfaceAddress(false /* ipv4 */); 156 private static InetAddress getNonLoopbackNetworkInterfaceAddress(boolean ipv4) throws IOException { 166 if ( (ipv4 && inetAddress instanceof Inet4Address) 167 || (!ipv4 && inetAddress instanceof Inet6Address)) {
|
/libcore/luni/src/main/java/java/net/ |
InetAddress.java | 43 * An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and 51 * <h4>IPv4 numeric address formats</h4> 52 * <p>The {@code getAllByName} method accepts IPv4 addresses in the "decimal-dotted-quad" form only: 94 * with a mixed environment of IPv4 and IPv6 nodes is 98 * address (standard IPv4 representation). Examples: 247 throw new UnknownHostException("Deprecated IPv4 address format: " + host); 266 // Only IPv4 addresses are problematic. 381 * the need to support both IPv4 and IPv6 has made multiple addresses 506 * Returns true if the string is a valid numeric IPv4 or IPv6 address (such as "192.168.0.1"). 542 * Returns the IPv6 loopback address {@code ::1} or the IPv4 loopback address {@code 127.0.0.1} [all...] |
/external/iproute2/man/man8/ |
ip-tunnel.8 | 86 option. The default is IPv4. 100 Modes for IPv4 encapsulation available: 123 The default value for IPv4 tunnels is:
|
ip-ntable.8 | 87 Shows the neighbour table (IPv4 ARP and IPv6 ndisc) parameters on device eth0.
|
/external/tcpdump/tests/ |
ripv2_auth.out | 10 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self 22 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self 37 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self 53 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self 70 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self 89 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self
|
bgp_vpn_attrset.out | 17 AFI: IPv4 (1), SAFI: labeled VPN Unicast (128)
|
ripv1v2.out | 16 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self
|
/frameworks/base/core/java/android/net/ |
IpPrefix.java | 33 * <li>A starting IP address (IPv4 or IPv6). This is the first IP address of the prefix. 39 * For example, the prefix <code>192.0.2.0/24</code> covers the 256 IPv4 addresses from 59 * Constructs a new {@code IpPrefix} from a byte array containing an IPv4 or IPv6 address in 64 * @param prefixLength the prefix length. Must be >= 0 and <= (32 or 128) (IPv4 or IPv6). 75 * Constructs a new {@code IpPrefix} from an IPv4 or IPv6 address and a prefix length. Silently 80 * @param prefixLength the prefix length. Must be >= 0 and <= (32 or 128) (IPv4 or IPv6).
|
/external/iptables/extensions/ |
libxt_HMARK.man | 11 meaning source address (IPv4, IPv6 address), 13 meaning destination address (IPv4, IPv6 address),
|
libxt_TCPMSS.man | 3 outgoing interface's MTU minus 40 for IPv4 or 60 for IPv6, respectively). 33 Automatically clamp MSS value to (path_MTU \- 40 for IPv4; \-60 for IPv6).
|
libipt_ULOG.man | 1 This is the deprecated ipv4-only predecessor of the NFLOG target.
|
libxt_REDIRECT.man | 11 127.0.0.1 for IPv4 and ::1 for IPv6).
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
p2p-action-udhcp.sh | 58 sysctl net.ipv4.ip_forward=1 65 sysctl net.ipv4.ip_forward=0
|
/external/guava/guava-tests/test/com/google/common/net/ |
InetAddressesTest.java | 175 // Don't need to test IPv4 much; it just calls getHostAddress(). 384 * from an "IPv4 mapped" IPv6 address. Our String-based method can 445 InetAddress ipv4 = InetAddresses.forString(ipv4Str); local 448 assertEquals(ipv4, InetAddresses.get6to4IPv4Address((Inet6Address) ip)); 501 InetAddress ipv4 = InetAddresses.forString("1.2.3.4"); local 522 assertEquals("checking '" + validIsatapAddresses[i] + "'", ipv4, 552 InetAddress ipv4 = InetAddresses.forString("1.2.3.4"); local 553 assertEquals(ipv4, InetAddresses.getEmbeddedIPv4ClientAddress(testIp)); 558 ipv4 = InetAddresses.forString("1.2.3.4"); 559 assertEquals(ipv4, InetAddresses.getEmbeddedIPv4ClientAddress(testIp)) [all...] |
/device/moto/shamu/overlay/packages/apps/Settings/res/values-mcc302-mnc610/ |
arrays.xml | 20 <item>IPv4</item>
|
/external/e2fsprogs/lib/ext2fs/ |
e2image.h | 20 __u32 fs_netaddr_type;/* 0 = IPV4, 1 = IPV6, etc. */
|
/external/iproute2/include/ |
iptables_common.h | 3 /* Shared definitions between ipv4 and ipv6. */
|
/external/kernel-headers/original/uapi/linux/ |
netfilter_decnet.h | 6 * ipv4 netfilter header file which is
|
/external/libnl/src/ |
nl-addr-list.c | 31 " --label=STRING Address label (IPv4).\n" 32 " --peer=ADDR Peer address (IPv4).\n" 33 " --scope=SCOPE Address scope (IPv4).\n" 34 " --broadcast=ADDR Broadcast address of network (IPv4).\n"
|
/external/libpcap/Win32/Include/ |
addrinfo.h | 64 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ 65 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */ 67 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ 75 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */
|