OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bestroute
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/net/
RouteInfo.java
391
RouteInfo
bestRoute
= null;
395
if ((
bestRoute
!= null) &&
396
(
bestRoute
.mDestination.getPrefixLength() >=
400
if (route.matches(dest))
bestRoute
= route;
403
return
bestRoute
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtm.h
111
WINBOOL WINAPI RtmIsRoute(DWORD ProtocolFamily,PVOID Network,PVOID
BestRoute
);
netioapi.h
457
PMIB_IPFORWARD_ROW2
BestRoute
,
/frameworks/base/services/core/java/com/android/server/
ConnectivityService.java
[
all
...]
Completed in 397 milliseconds