OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:best_scope
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet6/
in6_src.c
186
int dst_scope = -1,
best_scope
= -1, best_matchlen = -1;
local
246
if (IN6_ARE_SCOPE_CMP(
best_scope
, new_scope) < 0) {
247
if (IN6_ARE_SCOPE_CMP(
best_scope
, dst_scope) < 0)
250
} else if (IN6_ARE_SCOPE_CMP(new_scope,
best_scope
) < 0) {
443
best_scope
= (new_scope >= 0 ? new_scope :
in6_src.c
186
int dst_scope = -1,
best_scope
= -1, best_matchlen = -1;
local
246
if (IN6_ARE_SCOPE_CMP(
best_scope
, new_scope) < 0) {
247
if (IN6_ARE_SCOPE_CMP(
best_scope
, dst_scope) < 0)
250
} else if (IN6_ARE_SCOPE_CMP(new_scope,
best_scope
) < 0) {
443
best_scope
= (new_scope >= 0 ? new_scope :
Completed in 57 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026