Searched refs:RTN_UNICAST (Results 1 – 5 of 5) sorted by relevance
60 RTN_UNICAST,90 public static final int RTN_UNICAST = 1; field in RouteInfo136 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()
913 case RouteInfo.RTN_UNICAST: in modifyRoute()
1421 field public static final int RTN_UNICAST = 1; // 0x1
4158 field public static final int RTN_UNICAST = 1; // 0x1
48299 Landroid/net/RouteInfo;->RTN_UNICAST:I