OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_ipv4
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/
quic_address_mismatch.cc
40
bool
first_ipv4
= (first_ip_address.size() == kIPv4AddressSize);
local
42
if (
first_ipv4
!= second_ipv4) {
46
if (!
first_ipv4
) {
/external/android-clat/
config.c
256
in_addr_t
first_ipv4
= ipv4;
local
267
} while (ipv4 !=
first_ipv4
);
Completed in 80 milliseconds