OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:had_ipv4_address
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libevent/dist/
evutil.c
613
the test. If '
had_ipv4_address
', then it turns out we had an ipv4 address.
616
static int have_checked_interfaces,
had_ipv4_address
, had_ipv6_address;
variable
663
had_ipv4_address
= 1;
1247
if (
had_ipv4_address
&& !had_ipv6_address) {
1249
} else if (!
had_ipv4_address
&& had_ipv6_address) {
/src/external/bsd/ntp/dist/sntp/libevent/
evutil.c
611
the test. If '
had_ipv4_address
', then it turns out we had an ipv4 address.
614
static int have_checked_interfaces,
had_ipv4_address
, had_ipv6_address;
variable
661
had_ipv4_address
= 1;
1245
if (
had_ipv4_address
&& !had_ipv6_address) {
1247
} else if (!
had_ipv4_address
&& had_ipv6_address) {
Completed in 62 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026