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

/macosx-10.10/ppp-786.1.1/Controller/
H A Dflow_divert_controller.c456 CFDictionaryRef app_properties; local
471 app_properties = VPNAppLayerCopyMatchingApp(null_audit, pid, uuid, NULL, FALSE);
472 if (app_properties != NULL) {
474 CFRelease(app_properties);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c2968 CFDictionaryRef app_properties = NULL; local
2992 app_properties = VPNAppLayerCopyCachedAppProperties(connectionPrivate->client_audit_token,
2996 if (app_properties == NULL) {
3002 token = VPNAppLayerCreateFlowDivertToken(connection, app_properties, flowProperties);
3005 if (app_properties != NULL) {
3006 CFRelease(app_properties);

Completed in 213 milliseconds