Searched refs:routeCache (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dscnc_cache.c205 my_CFRelease(&serv->routeCache);
206 serv->routeCache = newServiceDict;
218 CFDictionaryRef routeCache = scnc_cache_get_routes(serv); local
219 my_CFRelease(&serv->routeCache);
220 serv->routeCache = my_CFRetain(routeCache);
H A Dscnc_main.h323 CFDictionaryRef routeCache; member in struct:service
H A Dscnc_main.c1576 my_CFRelease(&serv->routeCache);
2191 if (serv->routeCache) {
2192 CFDictionarySetValue(new_trigger_dict, kSCNetworkConnectionOnDemandTunneledNetworks, serv->routeCache);

Completed in 186 milliseconds