Searched refs:rank1 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ppp-786.1.1/Controller/
H A Dapp_layer.c64 CFIndex rank1 = -1; local
71 rank1 = app_layer_get_first_enabled_service_rank(prefs, rule_id1, rules_hash, service_order);
74 if (rank1 >= 0 && rank2 >= 0) {
75 return (rank2 - rank1);
77 return rank1 - rank2;
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c5170 int rank1; local
5173 rank1 = lookup_order(order_array, (CFStringRef)val1);
5175 if (rank1 == rank2)
5177 if (rank1 < rank2)

Completed in 171 milliseconds