HomeSort by relevance Sort by last modified time
    Searched full:ipv4 (Results 376 - 400 of 1538) sorted by null

<<11121314151617181920>>

  /external/iproute2/include/linux/
in6.h 184 /* same as IPV6_PMTUDISC_PROBE, provided for symetry with IPv4
204 * Following socket options are shared between IPv4 and IPv6.
  /external/iproute2/man/man8/
ip-link.8.in 229 - Virtual tunnel interface IPv4|IPv6 over IPv6
232 - Virtual tunnel interface IPv4 over IPv4
235 - Virtual tunnel interface IPv6 over IPv4
238 - Virtual tunnel interface GRE over IPv4
241 - Virtual L2 tunnel interface GRE over IPv4
256 - Interface for L3 (IPv6/IPv4) based VLANs
668 is either a number or an IPv4 address-like dotted quad.
ss.8 54 closing. It supports IPv4 and IPv6 sockets only.
98 .B \-4, \-\-ipv4
  /external/iptables/extensions/
libxt_TOS.c 59 " --set-tos symbol Set TOS field (IPv4 only) by symbol\n"
77 " --set-tos symbol Set TOS field (IPv4 only) by symbol\n"
  /external/kernel-headers/original/uapi/linux/
if_arp.h 41 #define ARPHRD_IEEE1394 24 /* IEEE 1394 IPv4 - RFC 2734 */
71 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4 */
in6.h 184 /* same as IPV6_PMTUDISC_PROBE, provided for symetry with IPv4
203 * Following socket options are shared between IPv4 and IPv6.
  /external/libnl/include/linux/
if_arp.h 39 #define ARPHRD_IEEE1394 24 /* IEEE 1394 IPv4 - RFC 2734 */
68 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4 */
  /external/libnl/lib/route/
addr.c 37 * // by IPv4 and DECnet.
43 * // Note: Real peer addresses are only supported by IPv4 for now.
53 * // addresses has been set already. Currently only works for IPv4.
88 * // by IPv4 and DECnet.
94 * // Note: Real peer addresses are only supported by IPv4 for now.
249 * no IFA_LOCAL, IPv4 sends both IFA_LOCAL and IFA_ADDRESS
712 * - label (rtnl_addr_set_label(), IPv4/DECnet only)
713 * - peer address (rtnl_addr_set_peer(), IPv4 only)
  /external/tcpdump/tests/
lldp_cdp-ev.out 8 Address (0x02), value length: 13 bytes: IPv4 (1) 0.0.0.0
17 Management Addresses (0x16), value length: 13 bytes: IPv4 (1) 0.0.0.0
27 Address (0x02), value length: 13 bytes: IPv4 (1) 0.0.0.0
36 Management Addresses (0x16), value length: 13 bytes: IPv4 (1) 0.0.0.0
134 Address (0x02), value length: 13 bytes: IPv4 (1) 0.0.0.0
143 Management Addresses (0x16), value length: 13 bytes: IPv4 (1) 0.0.0.0
153 Address (0x02), value length: 13 bytes: IPv4 (1) 0.0.0.0
162 Management Addresses (0x16), value length: 13 bytes: IPv4 (1) 0.0.0.0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_arp.h 41 #define ARPHRD_IEEE1394 24 /* IEEE 1394 IPv4 - RFC 2734 */
71 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4 */
in6.h 45 * in network byte order, not in host byte order as are the IPv4 equivalents
187 * Following socket options are shared between IPv4 and IPv6.
virtio_net.h 45 #define VIRTIO_NET_HDR_GSO_TCPV4 1 // GSO frame, IPv4 TCP (TSO)
46 #define VIRTIO_NET_HDR_GSO_UDP 3 // GSO frame, IPv4 UDP (UFO)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_arp.h 41 #define ARPHRD_IEEE1394 24 /* IEEE 1394 IPv4 - RFC 2734 */
71 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4 */
in6.h 43 * in network byte order, not in host byte order as are the IPv4 equivalents
184 * Following socket options are shared between IPv4 and IPv6.
virtio_net.h 69 #define VIRTIO_NET_HDR_GSO_TCPV4 1 // GSO frame, IPv4 TCP (TSO)
70 #define VIRTIO_NET_HDR_GSO_UDP 3 // GSO frame, IPv4 UDP (UFO)
  /libcore/ojluni/src/main/native/
net_util_md.c 361 * IPv4 socket then we need to disable IPv6.
762 /* In the case of an IPv4 Inetaddress this method will return an
763 * IPv4 mapped address where IPv6 is available and v4MappedAddress is TRUE.
764 * Otherwise it will return a sockaddr_in structure for an IPv4 InetAddress.
773 if (ipv6_available() && !(family == IPv4 && v4MappedAddress == JNI_FALSE)) {
780 if (family == IPv4) { /* will convert to IPv4-mapped address */
813 if (family != IPv4) {
1092 * 3. IPv4: set socket option based on ToS and Precedence
    [all...]
  /external/tcpdump/
print-aodv.c 51 uint32_t rreq_da; /* destination IPv4 address */
53 uint32_t rreq_oa; /* originator IPv4 address */
93 uint32_t rrep_da; /* destination IPv4 address */
95 uint32_t rrep_oa; /* originator IPv4 address */
127 uint32_t u_da; /* IPv4 address */
  /external/toybox/toys/other/
ifconfig.c 26 ADDRESS[/NETMASK] - set IPv4 address (1.2.3.4/5)
27 default - unset ipv4 address
32 netmask|broadcast|pointopoint ADDRESS - set more IPv4 characteristics
81 // You'd think ipv4 and ipv6 would have some basic compatibility, but no.
105 {ARPHRD_SIT, "IPv6-in-IPv4"}, {-1, "UNSPEC"}
  /external/webrtc/webrtc/base/
ipaddress.cc 94 // IPv4 is 'less than' IPv6
232 in_addr ipv4; local
233 ::memcpy(&ipv4.s_addr, &in6.s6_addr[12], sizeof(ipv4.s_addr));
234 return ipv4;
  /external/dhcpcd-6.8.2/
dhcpcd.conf.5.in 207 .It Ic ipv4
208 Enable IPv4 on the interface, on by default.
305 configured for both IPv4 and IPv6.
306 The DHCPv4 server will provide us with an IPv4 address and a default route.
336 Only configure IPv4.
408 Any pre-existing IPv4 addresses existing address will be removed from the
409 interface when adding a new IPv4 address.
439 Don't attempt to configure an IPv4 address.
620 4 means wait for an IPv4 address to be assigned.
723 An IPv4 address, 4 byte
    [all...]
  /external/ipsec-tools/src/racoon/
racoon.conf.5 115 means IPv6 and/or IPv4 address.
583 An IPv4 internal address obtained by ISAKMP mode config.
585 An IPv4 internal netmask obtained by ISAKMP mode config.
587 An IPv4 internal netmask obtained by ISAKMP mode config, in CIDR notation.
589 The first internal DNS server IPv4 address obtained by ISAKMP mode config.
591 A list of internal DNS servers IPv4 address obtained by ISAKMP mode config,
594 The first internal WINS server IPv4 address obtained by ISAKMP mode config.
596 A list of internal WINS servers IPv4 address obtained by ISAKMP mode config,
599 The space separated list of IPv4 addresses and masks (address slash mask)
604 The space separated list of IPv4 addresses and masks (address slash mask
    [all...]
  /external/autotest/client/common_lib/cros/network/
interface.py 238 """@return the IPv4 address/prefix, e.g., "192.186.0.1/24"."""
244 """@return the (first) IPv4 address, e.g., "192.168.0.1"."""
251 """@return the IPv4 address prefix e.g., 24."""
258 """@return string subnet of IPv4 address (e.g. '192.168.0.0')"""
265 """@return the IPv4 subnet mask e.g., "255.255.255.0"."""
282 """Return Netblock object for this interface's IPv4 address.
284 @return Netblock object (or None if no IPv4 address found).
  /external/iputils/doc/
ping.sgml 239 <term><option>ipv4</option></term>
240 <listitem><para>Queries for IPv4 Addresses. There is one IPv4 specific flag.
243 <term><option>ipv4-all</option></term>
244 <listitem><para>Request IPv4 addresses on other interfaces.</para></listitem>
258 <term><option>subject-ipv4=<replaceable/ipv4addr/</option></term>
259 <listitem><para>IPv4 subject address.</para></listitem>
  /external/toybox/toys/pending/
traceroute.c 25 -F Set the don't fragment bit (supports IPV4 only)
26 -U Use UDP datagrams instead of ICMP ECHO (supports IPV4 only)
27 -I Use ICMP ECHO instead of UDP datagrams (supports IPV4 only)
28 -l Display the TTL value of the returned packet (supports IPV4 only)
39 -g Loose source route gateway (8 max) (supports IPV4 only)
40 -z Pause Time in milisec (default 0)(RANGE 0 to 86400) (supports IPV4 only)
41 -f Start from the 1ST_TTL hop (instead from 1)(RANGE 1 to 255) (supports IPV4 only)
  /libcore/ojluni/src/main/java/java/net/
SocksSocketImpl.java 265 throw new SocketException("SOCKS V4 requires IPv4 only addresses");
406 /* Test for IPV4/IPV6/Unresolved */
423 out.write(IPV4);
440 case IPV4:
514 throw new SocketException("SOCKS V4 requires IPv4 only addresses");
737 out.write(IPV4);
762 case IPV4:
    [all...]

Completed in 1384 milliseconds

<<11121314151617181920>>