Searched refs:RTN_UNICAST (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DRouteInfo.java67 public static final int RTN_UNICAST = 1; field in class:RouteInfo
104 case RTN_UNICAST:
164 this(destination, gateway, iface, RTN_UNICAST);
321 return mType == RTN_UNICAST && mDestination.getPrefixLength() == 0;
414 if (mType != RTN_UNICAST) {
/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java1148 case RouteInfo.RTN_UNICAST:

Completed in 3843 milliseconds