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

/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dserver.c134 mach_msg_type_number_t xml_data_len,
143 xml_data_len);
201 mach_msg_type_number_t xml_data_len,
214 status = method_info_from_xml_data(xml_data, xml_data_len,
226 xml_data_len); local
254 mach_msg_type_number_t xml_data_len,
271 xml_data_len);
288 xml_data_len); local
298 mach_msg_type_number_t xml_data_len,
312 status = method_info_from_xml_data(xml_data, xml_data_len,
133 method_info_from_xml_data(xmlData_t xml_data, mach_msg_type_number_t xml_data_len, ipconfig_method_t * method_p, ipconfig_method_data_t * * method_data_p) argument
199 _ipconfig_set(mach_port_t p, if_name_t name, xmlData_t xml_data, mach_msg_type_number_t xml_data_len, ipconfig_status_t * ret_status, audit_token_t audit_token) argument
251 _ipconfig_add_service(mach_port_t p, if_name_t name, xmlData_t xml_data, mach_msg_type_number_t xml_data_len, inline_data_t service_id, mach_msg_type_number_t * service_id_len, ipconfig_status_t * ret_status, audit_token_t audit_token) argument
295 _ipconfig_set_service(mach_port_t p, if_name_t name, xmlData_t xml_data, mach_msg_type_number_t xml_data_len, inline_data_t service_id, mach_msg_type_number_t * service_id_len, ipconfig_status_t * ret_status, audit_token_t audit_token) argument
325 xml_data_len); local
365 _ipconfig_find_service(mach_port_t server, if_name_t name, boolean_t exact, xmlData_t xml_data, mach_msg_type_number_t xml_data_len, inline_data_t service_id, mach_msg_type_number_t *service_id_len, ipconfig_status_t * ret_status) argument
392 xml_data_len); local
399 _ipconfig_remove_service(mach_port_t server, if_name_t name, xmlData_t xml_data, mach_msg_type_number_t xml_data_len, ipconfig_status_t * ret_status, audit_token_t audit_token) argument
427 xml_data_len); local
[all...]
/macosx-10.10.1/bootp-298/ipconfig.tproj/
H A Dclient.c670 int xml_data_len = 0; local
723 xml_data_len = (int)CFDataGetLength(data);
725 kret = ipconfig_set(server, if_name, xml_data_ptr, xml_data_len, &status);
797 int xml_data_len = 0; local
820 xml_data_len = (int)CFDataGetLength(data);
822 kret = ipconfig_add_service(server, if_name, xml_data_ptr, xml_data_len,
826 kret = ipconfig_set_service(server, if_name, xml_data_ptr, xml_data_len,
908 int xml_data_len = 0; local
937 xml_data_len = (int)CFDataGetLength(data);
939 xml_data_ptr, xml_data_len,
966 int xml_data_len = 0; local
[all...]
/macosx-10.10.1/bootp-298/ipconfiglib/
H A DIPConfigurationService.c328 int xml_data_len = 0; local
373 xml_data_len = (int)CFDataGetLength(data);
378 xml_data_ptr, xml_data_len,
396 xml_data_ptr, xml_data_len,
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLControl.c390 CFIndex xml_data_len = 0; local
409 xml_data_len = CFDataGetLength(data);
414 (int)xml_data_len, &result);
500 CFIndex xml_data_len = 0; local
520 xml_data_len = CFDataGetLength(data);
524 xml_data, xml_data_len,

Completed in 232 milliseconds