Lines Matching refs:Range
262 // range (inclusive). Otherwise, the rule matches packets from all UIDs.
574 // If this rule does not specify a UID range, then also add a corresponding high-priority rule
778 for (const UidRanges::Range& range : uidRanges.getRanges()) {
782 range.first, range.second)) {
798 for (const UidRanges::Range& range : uidRanges.getRanges()) {
799 if (int ret = modifyVpnUidRangeRule(table, range.first, range.second, secure, add)) {
802 if (int ret = modifyExplicitNetworkRule(netId, table, PERMISSION_NONE, range.first,
803 range.second, add)) {
806 if (int ret = modifyOutputInterfaceRules(interface, table, PERMISSION_NONE, range.first,
807 range.second, add)) {