OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:have_ipv6
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/net/dns/
dns_config_service_win.cc
232
bool
have_ipv6
=
local
235
if (have_ipv4 &&
have_ipv6
)
249
adapter != NULL && (!have_ipv4 || !
have_ipv6
);
268
} else if (!
have_ipv6
&& (ipe.GetFamily() == ADDRESS_FAMILY_IPV6)) {
269
have_ipv6
= true;
/external/esd/include/
esd.h
333
int
have_ipv6
( void );
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
esd.h
333
int
have_ipv6
( void );
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
esd.h
333
int
have_ipv6
( void );
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
esd.h
333
int
have_ipv6
( void );
/external/chromium_org/third_party/libxml/src/
nanohttp.c
198
int
have_ipv6
(void) {
function
1053
if (
have_ipv6
())
1062
if (
have_ipv6
())
1090
} else if (
have_ipv6
() && (res->ai_family == AF_INET6)) {
1174
} else if (
have_ipv6
() && (h->h_addrtype == AF_INET6)) {
[
all
...]
nanoftp.c
154
int
have_ipv6
(void) {
function
880
if (
have_ipv6
()) {
[
all
...]
configure
[
all
...]
/external/libxml2/
nanohttp.c
196
int
have_ipv6
(void) {
function
1051
if (
have_ipv6
())
1060
if (
have_ipv6
())
1088
} else if (
have_ipv6
() && (res->ai_family == AF_INET6)) {
1172
} else if (
have_ipv6
() && (h->h_addrtype == AF_INET6)) {
[
all
...]
nanoftp.c
155
int
have_ipv6
(void) {
function
881
if (
have_ipv6
()) {
[
all
...]
Completed in 441 milliseconds