OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ipv4
(Results
201 - 225
of
1538
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/iproute2/man/man8/
tc-u32.8
229
are in dotted-quad formatting as usual for
IPv4
addresses. An
234
bits (32 for
IPv4
and 128 for IPv6).
363
Assume packet starts with an
IPv4
(
380
subnets. In case of
IPv4
a netmask may also be given.
383
IPv4
only. Match the packet header's DSCP/ECN field. Synonyms to this are
387
IPv4
only. Match the Internet Header Length field. Note that the value's unit is
393
Match the Protocol (
IPv4
) or Next Header (IPv6) field value, e.g. 6 for TCP.
400
IPv4
and lack of extension headers for IPv6.
408
Also minimal header size for
IPv4
and lack of IPv6 extension headers is assumed.
417
IPv4
only, check certain flags and fragment offset values. Match if the packe
[
all
...]
ip-neighbour.8
42
Neighbour entries are organized into tables. The
IPv4
neighbour table
64
the protocol address of the neighbour. It is either an
IPv4
or IPv6 address.
/cts/tests/tests/net/src/android/net/cts/
MultinetworkSysctlTest.java
36
"/proc/sys/net/
ipv4
/fwmark_reflect",
38
"/proc/sys/net/
ipv4
/tcp_fwmark_accept",
/cts/tests/tests/security/src/android/security/cts/
KernelSettingsTest.java
123
assertEquals("ICMP redirects are enabled for
IPv4
.",
124
"0", getFile("/proc/sys/net/
ipv4
/conf/all/accept_redirects"));
/external/android-clat/
translate.h
44
// Functions to create tun,
IPv4
, and IPv6 headers.
54
// Translate
IPv4
and IPv6 packets.
/external/autotest/client/cros/cellular/mbim_compliance/sequences/
loopback_sequence.py
22
In this sequence, we send out an
IPv4
ping packet to the device which is
26
# Payload to be used for our test. This is an
IPv4
ICMP ping packet
/external/autotest/client/site_tests/platform_OSLimits/
control
24
- net/
ipv4
/tcp_syncookies
65
- net/
ipv4
/tcp_syncookies: make sure weird inbound TCP flooding is safe.
/external/autotest/client/virt/tests/
multicast.py
42
cmd_broadcast = "echo 0 > /proc/sys/net/
ipv4
/icmp_echo_ignore_broadcasts"
43
cmd_broadcast_2 = "echo 0 > /proc/sys/net/
ipv4
/icmp_echo_ignore_all"
/external/dhcpcd-6.8.2/
Android.mk
36
ipv4
.c \
46
# Always support
IPv4
.
rpc-interface.h
42
/* Update
IPv4
configuration. Return 0 on success. */
/external/iputils/ninfod/
icmp6_nodeinfo.h
54
#define ICMP6_NI_SUBJ_IPV4 2 /* Query Subject is an
ipv4
address */
66
#define NI_QTYPE_IPV4ADDR 4 /*
IPv4
Addresses */
/external/webrtc/webrtc/test/channel_transport/
udp_transport.h
36
// sin_family should be either AF_INET (
IPv4
) or AF_INET6 (IPv6)
57
// sin_family should be either AF_INET (
IPv4
) or AF_INET6 (IPv6)
75
// sin_family should be either AF_INET (
IPv4
) or AF_INET6 (IPv6)
235
// possible to go back to
IPv4
(default) after this call.
327
// Put the local
IPv4
address in localIP.
328
// Note: this API is for
IPv4
only.
341
// Return
IPv4
address in ip as 32 bit integer.
373
// If ipV6 is false ipaddr is interpreted as an
IPv4
address otherwise it
/external/wpa_supplicant_8/src/ap/
dhcp_snoop.c
123
" @
IPv4
address %s/%d",
132
"dhcp_snoop: Removing
IPv4
address %s from the ip neigh table",
/external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action.sh
85
sysctl net.
ipv4
.ip_forward=1
92
sysctl net.
ipv4
.ip_forward=0
/frameworks/base/core/java/android/net/metrics/
DefaultNetworkEvent.java
37
// Whether the previous network had
IPv4
/IPv6 connectivity.
94
return "
IPv4
";
/libcore/luni/src/test/java/libcore/java/net/
InetAddressTest.java
38
//
IPv4
addresses may not be surrounded by square brackets.
86
// Regular
IPv4
.
90
// Mapped
IPv4
92
// Optional square brackets around IPv6 addresses, including mapped
IPv4
.
119
//
IPv4
127
// Mapped
IPv4
130
// Optional square brackets around IPv6 addresses, including mapped
IPv4
.
244
//
IPv4
mapped address
/prebuilts/go/darwin-x86/src/net/
hosts_test.go
38
"testdata/
ipv4
-hosts", // see golang.org/issue/8996
90
"testdata/
ipv4
-hosts", // see golang.org/issue/8996
/prebuilts/go/linux-x86/src/net/
hosts_test.go
38
"testdata/
ipv4
-hosts", // see golang.org/issue/8996
90
"testdata/
ipv4
-hosts", // see golang.org/issue/8996
/system/extras/multinetwork/
common.cpp
60
<< " [--family unspec|
ipv4
|ipv6]"
88
} else if (strEqual(argv[i], "
ipv4
")) {
/bionic/libc/include/
netdb.h
114
int ai_protocol; /* 0 or IPPROTO_xxx for
IPv4
and IPv6 */
165
#define AI_ALL 0x00000100 /* IPv6 and
IPv4
-mapped (with AI_V4MAPPED) */
166
#define AI_V4MAPPED_CFG 0x00000200 /* accept
IPv4
-mapped if kernel supports */
168
#define AI_V4MAPPED 0x00000800 /* accept
IPv4
-mapped IPv6 address */
/external/autotest/client/cros/netprotos/
fake_host.py
54
arguments, the received string, the sender
IPv4
address and the
/external/avahi/avahi-client/
lookup.h
178
* argument specifies the protocol (
IPv4
or IPv6) to use as transport
180
* aprotocol argument specifies the adress family (
IPv4
or IPv6) of
186
* specifies if the mDNS queries should be sent as UDP/
IPv4
196
AvahiProtocol aprotocol, /**< The desired address family of the service address to resolve. AVAHI_PROTO_UNSPEC if your application can deal with both
IPv4
and IPv6 */
/external/avahi/avahi-core/
core.h
47
int use_ipv4; /**< Enable
IPv4
support */
58
int reflect_ipv; /**< if enable_reflector is 1, enable/disable reflecting between
IPv4
and IPv6 */
67
int publish_a_on_ipv6; /**< Publish an
IPv4
A RR on IPv6 sockets */
68
int publish_aaaa_on_ipv4; /**< Publish an
IPv4
A RR on IPv6 sockets */
/external/curl/docs/libcurl/opts/
CURLOPT_IPRESOLVE.3
37
Resolve to
IPv4
addresses.
/external/curl/tests/data/
test1056
53
HTTP follow redirect from
IPv4
to IPv6 with scope
Completed in 433 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>