Searched refs:outputPrefixTypes (Results 1 – 1 of 1) sorted by relevance
193 PrefixType outputPrefixTypes; in Process() local195 SuccessOrExit(error = ParsePrefixTypeArgs(aArgs, outputPrefixTypes)); in Process()207 if (outputPrefixTypes & kPrefixTypeLocal) in Process()213 OutputFormat("%s", outputPrefixTypes == kPrefixTypeLocal ? "" : "Local: "); in Process()227 if (outputPrefixTypes & kPrefixTypeFavored) in Process()234 OutputFormat("%s", outputPrefixTypes == kPrefixTypeFavored ? "" : "Favored: "); in Process()259 PrefixType outputPrefixTypes; in Process() local272 error = ParsePrefixTypeArgs(aArgs, outputPrefixTypes); in Process()286 if (outputPrefixTypes & kPrefixTypeLocal) in Process()292 OutputFormat("%s", outputPrefixTypes == kPrefixTypeLocal ? "" : "Local: "); in Process()[all …]