OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_ifa
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
in_selsrc.c
300
struct ifaddr *alt_ifa, *
best_ifa
;
local
325
best_ifa
= ifa;
330
if (alt_ifa ==
best_ifa
)
334
in_score(score_src, best_score, &scorelen, &IA_SIN(
best_ifa
)->sin_addr,
335
best_ifa
->ifa_preference, idx, &dst->sin_addr);
341
ntohl(satosin(
best_ifa
->ifa_addr)->sin_addr.s_addr));
370
best_ifa
= alt_ifa;
374
ia = (struct in_ifaddr *)
best_ifa
;
381
ntohl(IA_SIN(
best_ifa
)->sin_addr.s_addr));
386
best_ifa
->ifa_seqno = &iss->iss_seqno
[
all
...]
/src/sys/netinet6/
in6.c
1878
bestifa(struct ifaddr *
best_ifa
, struct ifaddr *ifa)
1880
if (
best_ifa
== NULL ||
best_ifa
->ifa_preference < ifa->ifa_preference)
1882
return
best_ifa
;
1891
struct ifaddr *
best_ifa
= NULL, *ifa;
local
1900
best_ifa
= bestifa(
best_ifa
, ifa);
1903
return (struct in6_ifaddr *)
best_ifa
;
1952
struct ifaddr *
best_ifa
= NULL, *ifa;
local
1959
best_ifa
= bestifa(best_ifa, ifa)
[
all
...]
Completed in 16 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026