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

/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dvpnoptions.c87 params->serverRef = 0;
189 params->serverRef = CFDictionaryGetValue(servers_list, params->serverIDRef);
190 if (params->serverRef == NULL || isDictionary(params->serverRef) == 0) {
192 params->serverRef = 0;
195 CFRetain(params->serverRef);
228 if (params->serverRef) {
229 CFRelease(params->serverRef);
230 params->serverRef = 0;
249 get_int_option(params->serverRef, kRASEntServe
[all...]
H A Dpppoptions.c118 get_str_option(params->serverRef, kRASEntPPP, kRASPropUserDefinedName, pathStr, sizeof(pathStr), &len, empty_str);
141 dict = CFDictionaryGetValue(params->serverRef, kRASEntInterface);
196 if ((dict = CFDictionaryGetValue(params->serverRef, kRASEntIPv4)) && isDictionary(dict)) {
200 get_array_option(params->serverRef, kRASEntIPv4, kRASPropIPv4Addresses, 0, (u_char*)str, sizeof(str), &len, empty_str);
285 if ((dict = CFDictionaryGetValue(params->serverRef, kRASEntIPv6)) && isDictionary(dict)) {
307 if (isDictionary(CFDictionaryGetValue(params->serverRef, kRASEntIPv4))) {
309 dict = CFDictionaryGetValue(params->serverRef, kSCEntNetDNS);
368 get_int_option(params->serverRef, kRASEntPPP, kRASPropPPPVerboseLogging, &lval, 0);
373 get_str_option(params->serverRef, kRASEntPPP, kRASPropPPPLogfile, (u_char*)optStr, sizeof(optStr), &len, empty_str);
388 get_int_option(params->serverRef, kRASEntPP
[all...]
H A Dvpnoptions.h150 CFPropertyListRef serverRef; member in struct:vpn_params
H A Dmain.c760 CFRelease(old_params->serverRef);
779 if (params->serverRef)
780 CFRelease(params->serverRef);
H A Dipsecoptions.c136 ipsec_conf = (CFMutableDictionaryRef)CFDictionaryGetValue(params->serverRef, kRASEntIPSec);
/macosx-10.10/ppp-786.1.1/Drivers/PPPoE/PPPoE-vpn/
H A Dmain.c178 if (params->serverRef) {
182 if ((string = get_cfstr_option(params->serverRef, kRASEntPPPoE, kRASPropPPPoEDeviceName))) {
190 if ((service = get_cfstr_option(params->serverRef, kRASEntPPPoE, kRASPropPPPoEServiceName)))
193 if ((access_concentrator = get_cfstr_option(params->serverRef, kRASEntPPPoE, kRASPropPPPoEAccessConcentratorName)))
/macosx-10.10/ppp-786.1.1/Drivers/L2TP/L2TP-vpn/
H A Dmain.c225 if (params->serverRef) {
229 string = get_cfstr_option(params->serverRef, kRASEntL2TP, kRASPropL2TPTransport);
235 dict = (CFMutableDictionaryRef)CFDictionaryGetValue(params->serverRef, kRASEntIPSec);
244 string = get_cfstr_option(params->serverRef, kRASEntL2TP, kRASPropL2TPIPSecSharedSecretEncryption);
248 string = get_cfstr_option(params->serverRef, kRASEntL2TP, kRASPropL2TPIPSecSharedSecret);
/macosx-10.10/ppp-786.1.1/Drivers/PPTP/PPTP-vpn/
H A Dmain.c160 if (params->serverRef)
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dacsp.c516 static void acsp_plugin_read_routes(CFPropertyListRef serverRef);
517 static void acsp_plugin_read_domains(CFPropertyListRef serverRef);
606 static void acsp_plugin_read_routes(CFPropertyListRef serverRef) argument
619 dict = CFDictionaryGetValue(serverRef, kRASEntIPv4);
695 static void acsp_plugin_read_domains(CFPropertyListRef serverRef) argument
706 dict = CFDictionaryGetValue(serverRef, kRASEntDNS);

Completed in 175 milliseconds