Searched refs:RTN_UNICAST (Results 1 – 2 of 2) sorted by relevance
67 public static final int RTN_UNICAST = 1; field in RouteInfo104 case RTN_UNICAST: in RouteInfo()164 this(destination, gateway, iface, RTN_UNICAST); in RouteInfo()321 return mType == RTN_UNICAST && mDestination.getPrefixLength() == 0; in isDefaultRoute()414 if (mType != RTN_UNICAST) { in toString()
1142 case RouteInfo.RTN_UNICAST: in modifyRoute()