OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gateway_unspec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/dhcpcd/dist/src/
route.c
272
bool
gateway_unspec
;
local
280
gateway_unspec
= sa_is_unspecified(&rt->rt_gateway);
284
if (
gateway_unspec
)
291
if (
gateway_unspec
)
297
} else if (
gateway_unspec
)
if-bsd.c
709
bool
gateway_unspec
;
local
735
gateway_unspec
= sa_is_unspecified(&rt->rt_gateway);
754
if (!
gateway_unspec
|| rt->rt_dest.sa_family!=AF_INET6)
764
if (
gateway_unspec
&& !(rtm->rtm_flags & RTF_REJECT)) {
809
if (
gateway_unspec
)
Completed in 17 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026