Home
last modified time | relevance | path

Searched refs:RTN_UNICAST (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
DRouteInfo.java60 RTN_UNICAST,
90 public static final int RTN_UNICAST = 1; field in RouteInfo
136 case RTN_UNICAST: in RouteInfo()
211 this(destination, gateway, iface, RTN_UNICAST); in RouteInfo()
381 return mType == RTN_UNICAST && mDestination.getPrefixLength() == 0; in isDefaultRoute()
475 if (mType != RTN_UNICAST) { in toString()
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java913 case RouteInfo.RTN_UNICAST: in modifyRoute()
/frameworks/base/api/
Dtest-current.txt1421 field public static final int RTN_UNICAST = 1; // 0x1
Dsystem-current.txt4158 field public static final int RTN_UNICAST = 1; // 0x1
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt48299 Landroid/net/RouteInfo;->RTN_UNICAST:I