this repo has no description
at master 33 lines 2.2 kB view raw
1#include <SystemConfiguration/SCSchemaDefinitions.h> 2#include <CoreFoundation/CFString.h> 3 4const CFStringRef kSCEntNetInterface = CFSTR("Interface"); 5 6const CFStringRef kSCPropNetIPv4Addresses = CFSTR("Addresses"); 7const CFStringRef kSCPropNetIPv4SubnetMasks = CFSTR("SubnetMasks"); 8const CFStringRef kSCPropNetProxiesExceptionsList = CFSTR("ExceptionsList"); 9const CFStringRef kSCPropNetProxiesExcludeSimpleHostnames = CFSTR("ExcludeSimpleHostnames"); 10const CFStringRef kSCPropNetProxiesFTPEnable = CFSTR("FTPEnable"); 11const CFStringRef kSCPropNetProxiesFTPPassive = CFSTR("FTPPassive"); 12const CFStringRef kSCPropNetProxiesFTPPort = CFSTR("FTPPort"); 13const CFStringRef kSCPropNetProxiesFTPProxy = CFSTR("FTPProxy"); 14const CFStringRef kSCPropNetProxiesGopherEnable = CFSTR("GopherEnable"); 15const CFStringRef kSCPropNetProxiesGopherPort = CFSTR("GopherPort"); 16const CFStringRef kSCPropNetProxiesGopherProxy = CFSTR("GopherProxy"); 17const CFStringRef kSCPropNetProxiesHTTPEnable = CFSTR("HTTPEnable"); 18const CFStringRef kSCPropNetProxiesHTTPPort = CFSTR("HTTPPort"); 19const CFStringRef kSCPropNetProxiesHTTPProxy = CFSTR("HTTPProxy"); 20const CFStringRef kSCPropNetProxiesHTTPSEnable = CFSTR("HTTPSEnable"); 21const CFStringRef kSCPropNetProxiesHTTPSPort = CFSTR("HTTPSPort"); 22const CFStringRef kSCPropNetProxiesHTTPSProxy = CFSTR("HTTPSProxy"); 23const CFStringRef kSCPropNetProxiesRTSPEnable = CFSTR("RTSPEnable"); 24const CFStringRef kSCPropNetProxiesRTSPPort = CFSTR("RTSPPort"); 25const CFStringRef kSCPropNetProxiesRTSPProxy = CFSTR("RTSPProxy"); 26const CFStringRef kSCPropNetProxiesSOCKSEnable = CFSTR("SOCKSEnable"); 27const CFStringRef kSCPropNetProxiesSOCKSPort = CFSTR("SOCKSPort"); 28const CFStringRef kSCPropNetProxiesSOCKSProxy = CFSTR("SOCKSProxy"); 29const CFStringRef kSCPropNetProxiesProxyAutoConfigEnable = CFSTR("ProxyAutoConfigEnable"); 30const CFStringRef kSCPropNetProxiesProxyAutoConfigJavaScript = CFSTR("ProxyAutoConfigJavaScript"); 31const CFStringRef kSCPropNetProxiesProxyAutoConfigURLString = CFSTR("ProxyAutoConfigURLString"); 32const CFStringRef kSCPropNetProxiesProxyAutoDiscoveryEnable = CFSTR("ProxyAutoDiscoveryEnable"); 33const CFStringRef kSCDynamicStorePropNetPrimaryInterface = CFSTR("PrimaryInterface");