/external/libnl/src/ |
nl-monitor.c | 50 { RTNLGRP_IPV4_IFADDR, "ipv4-ifaddr" }, 51 { RTNLGRP_IPV4_MROUTE, "ipv4-mroute" }, 52 { RTNLGRP_IPV4_ROUTE, "ipv4-route" },
|
nl-addr-add.c | 32 " --broadcast=ADDR Broadcast address of network (IPv4).\n" 33 " --peer=ADDR Peer address (IPv4).\n" 34 " --label=STRING Additional address label (IPv4).\n" 35 " --scope=SCOPE Scope of local address (IPv4).\n"
|
nl-addr-delete.c | 35 " --label=STRING Address label (IPv4).\n" 36 " --peer=ADDR Peer address (IPv4).\n" 37 " --scope=SCOPE Address scope (IPv4).\n" 38 " --broadcast=ADDR Broadcast address of network (IPv4).\n"
|
/external/libpcap/ |
pcap_compile.3pcap.in | 50 specifies the IPv4 netmask of the network on which packets are being 51 captured; it is used only when checking for IPv4 broadcast addresses in 56 for IPv4 broadcast addresses will fail to compile, but all other tests in
|
/external/toybox/toys/pending/ |
ping.c | 18 Send ICMP ECHO_REQUEST packets to ipv4 or ipv6 addresses and prints each 22 -4, -6 Force IPv4 or IPv6 57 // Determine IPv4 vs IPv6 type
|
/libcore/luni/src/main/native/ |
NetworkUtilities.h | 26 // AF_INET6 sockaddr_in6. An Inet4Address will be converted to an IPv4-mapped AF_INET6 35 // user may actually care whether the original address was pure IPv4 or an IPv4-mapped IPv6
|
/external/tcpdump/tests/ |
kday6.out | 279 IPv4 Interface address(es) TLV #132, length: 181 280 IPv4 interface address: 156.190.140.255 281 IPv4 interface address: 255.14.14.14 282 IPv4 interface address: 14.14.14.14 283 IPv4 interface address: 14.14.14.14 284 IPv4 interface address: 14.14.14.14 285 IPv4 interface address: 14.14.14.14 286 IPv4 interface address: 14.14.14.14 287 IPv4 interface address: 14.14.14.14 288 IPv4 interface address: 14.14.14.1 [all...] |
/external/android-clat/ |
translate.c | 71 * return the corresponding ipv4 address for the given ipv6 address 73 * returns: the IPv4 address 89 * return the corresponding ipv6 address for the given ipv4 address 90 * addr4 - ipv4 address 109 * proto - ethernet protocol id: ETH_P_IP(ipv4) or ETH_P_IPV6(ipv6) 117 * generate an ipv4 header from an ipv6 header 118 * ip_targ - (ipv4) target packet header, source: original ipv4 addr, dest: local subnet addr 142 // In that case, the source IPv6 address can't be translated and we need to make up an IPv4 151 * generate an ipv6 header from an ipv4 heade [all...] |
/prebuilts/go/darwin-x86/src/net/ |
ip.go | 7 // IPv4 addresses are 4 bytes; IPv6 addresses are 16 bytes. 8 // An IPv4 address can be converted to an IPv6 address by 22 // Functions in this package accept either 4-byte (IPv4) 26 // IP address as an IPv4 address or an IPv6 address 29 // be an IPv4 address. 41 // IPv4 returns the IP address (in 16-byte form) of the 42 // IPv4 address a.b.c.d. 43 func IPv4(a, b, c, d byte) IP { 56 // IPv4 mask a.b.c.d. 91 // Well-known IPv4 addresse [all...] |
/prebuilts/go/linux-x86/src/net/ |
ip.go | 7 // IPv4 addresses are 4 bytes; IPv6 addresses are 16 bytes. 8 // An IPv4 address can be converted to an IPv6 address by 22 // Functions in this package accept either 4-byte (IPv4) 26 // IP address as an IPv4 address or an IPv6 address 29 // be an IPv4 address. 41 // IPv4 returns the IP address (in 16-byte form) of the 42 // IPv4 address a.b.c.d. 43 func IPv4(a, b, c, d byte) IP { 56 // IPv4 mask a.b.c.d. 91 // Well-known IPv4 addresse [all...] |
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/ |
control | 11 Tests that we can negotiate a lease on an IPv4 address via DHCP from
|
/external/c-ares/ |
TODO | 13 all known resolves and not just explicitly IPv4 _or_ IPv6 resolves.
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
__init__.py | 26 'ipv4',
|
/external/iproute2/man/man8/ |
ip-tcp_metrics.8 | 32 for IPv4 and IPv6 destinations. The entries are created when 47 IPv4/IPv6 prefix or address. If no prefix is provided all entries are shown. 92 IPv4/IPv6 address. The address is a required argument. 135 Removes all IPv6 entries from cache keeping the IPv4 entries.
|
rtmon.8 | 43 Specify protocol family. 'inet' is IPv4, 'inet6' is IPv6, 'link' 47 Use IPv4. Shortcut for -family inet.
|
/external/iptables/extensions/ |
libip6t_HL.man | 2 is similar to what is known as TTL value in IPv4. Setting or incrementing the
|
libipt_TTL.man | 1 This is used to modify the IPv4 TTL header field. The TTL field determines
|
libxt_TEE.man | 8 Use of 0.0.0.0 (for IPv4 packets) or :: (IPv6) is invalid.
|
/external/kernel-headers/original/uapi/linux/caif/ |
if_caif.h | 15 * @IFLA_CAIF_IPV4_CONNID: Connection ID for IPv4 PDP Context.
|
/external/libpcap/Win32/Include/ |
addrinfo.h | 62 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ 63 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */ 65 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ 73 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */
|
/external/tcpdump/missing/ |
addrinfo.h | 62 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ 63 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */ 65 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ 73 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/caif/ |
if_caif.h | 15 * @IFLA_CAIF_IPV4_CONNID: Connection ID for IPv4 PDP Context.
|
/system/extras/tests/net_test/ |
net_test.sh | 12 echo "0 65536" > /proc/sys/net/ipv4/ping_group_range
|
/system/sepolicy/ |
dhcp.te | 18 # For /proc/sys/net/ipv4/conf/*/promote_secondaries
|
/external/autotest/server/site_tests/network_WiFi_WoWLAN/ |
network_WiFi_WoWLAN.py | 28 logging.info('DUT WiFi MAC = %s, IPv4 = %s', dut_mac, dut_ip) 29 logging.info('Router WiFi IPv4 = %s', router.wifi_ip)
|