OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bestif
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/rpcbind/
util.c
96
struct ifaddrs *ifap, *ifp, *
bestif
;
local in function:addrmerge
243
bestif
= NULL;
250
bestif
= ifap;
253
if (
bestif
== NULL)
254
bestif
= ifap;
255
else if ((
bestif
->ifa_flags & IFF_LOOPBACK) &&
257
bestif
= ifap;
259
ifap =
bestif
;
Completed in 33 milliseconds
Indexes created Mon Oct 13 04:09:54 GMT 2025