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

/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dipsecoptions.c66 static CFMutableDictionaryRef ipsec_conf = NULL; variable
131 if (ipsec_conf) {
132 CFRelease(ipsec_conf);
133 ipsec_conf = NULL;
136 ipsec_conf = (CFMutableDictionaryRef)CFDictionaryGetValue(params->serverRef, kRASEntIPSec);
137 if (ipsec_conf == NULL) {
142 ipsec_conf = CFDictionaryCreateMutableCopy(NULL, 0, ipsec_conf);
145 string = CFDictionaryGetValue(ipsec_conf, kRASPropIPSecRemoteAddress);
182 CFDictionarySetValue(ipsec_conf, kRASPropIPSecRemoteAddres
[all...]

Completed in 64 milliseconds