Searched defs:RTN_UNICAST (Results 1 - 1 of 1) 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) {

Completed in 59 milliseconds