OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPv4
(Results
1 - 12
of
12
) sorted by null
/libcore/ojluni/src/main/native/
net_util.c
138
setInetAddress_family(env, iaObj,
IPv4
);
180
setInetAddress_family(env, iaObj,
IPv4
);
193
family = getInetAddress_family(env, iaObj) ==
IPv4
? AF_INET : AF_INET6;
net_util.h
39
#define
IPv4
AF_INET
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
...]
PlainDatagramSocketImpl.c
573
family = getInetAddress_family(env, iaObj) ==
IPv4
? AF_INET : AF_INET6;
[
all
...]
NetworkInterface.c
255
int family = (getInetAddress_family(env, iaObj) ==
IPv4
) ? AF_INET : AF_INET6;
654
* Determines the mask length for
IPV4
/v6 addresses.
1006
NET_ThrowByNameWithLastError(env , JNU_JAVANETPKG "SocketException", "
IPV4
Socket creation failed");
1011
/* Linux starting from 2.6.? kernel allows ioctl call with either
IPv4
or IPv6 socket regardless of type
/external/dhcpcd-6.8.2/
Android.mk
36
ipv4
.c \
46
# Always support
IPv4
.
/external/avahi/avahi-sharp/
Client.cs
74
IPv4
= 0,
/external/iproute2/doc/
ip-tunnels.tex
222
with all
IPv4
addresses mapped to IPv6 space, so that all
IPv4
406
echo 0 > /proc/sys/net/
ipv4
/neigh/Universe/mcast_solicit
ip-cref.tex
793
There is a tweak in \verb|/proc/sys/net/
ipv4
/conf/<dev>/promote_secondaries|
796
\verb|net.
ipv4
.conf.all.promote_secondaries=1| to \verb|/etc/sysctl.conf|.
874
Neighbour entries are organized into tables. The
IPv4
neighbour table
902
--- the protocol address of the neighbour. It is either an
IPv4
or IPv6 address.
[
all
...]
/system/connectivity/shill/net/
ip_address_unittest.cc
159
TEST_F(IPAddressTest,
IPv4
) {
/external/chromium-libpac/test/js-unittest/
pac_library_unittest.js
135
//
IPv4
and IPv6 mix.
/prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar
Completed in 1402 milliseconds