Searched refs:necp_buffer_get_tlv_value (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/bsd/net/ |
| H A D | necp_client.c | 2571 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_client_update_local_port_parameters() 2818 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_client_parse_parameters() 3280 u_int8_t *value = necp_buffer_get_tlv_value(result, offset, NULL); in necp_client_parse_result() 5330 necp_buffer_get_tlv_value(result_buffer, offset, NULL)); in necp_client_remove_agent_from_result() 6021 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_find_domain_info_common() 6242 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_find_netstat_data() 6335 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_find_netstat_initial_properties() 6874 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_find_conn_netstat_data() 7949 u_int8_t *flags_pointer = necp_buffer_get_tlv_value(client->result, 0, &value_size); in necp_client_copy_internal() 8236 flags_pointer = necp_buffer_get_tlv_value(client->result, 0, &value_size); in necp_client_copy_parameters_locked() [all …]
|
| H A D | necp.h | 1159 extern u_int8_t *necp_buffer_get_tlv_value(u_int8_t *buffer, int tlv_offset, u_int32_t *value_size);
|
| H A D | necp.c | 1937 necp_buffer_get_tlv_value(u_int8_t *buffer, int tlv_offset, u_int32_t *value_size) in necp_buffer_get_tlv_value() function 2046 u_int8_t *tlv_value = necp_buffer_get_tlv_value(buffer, tlv_offset, NULL); in necp_get_tlv_at_offset() 3791 u_int8_t *value = necp_buffer_get_tlv_value(policy->conditions, offset, &length); in necp_policy_apply() 5789 u_int8_t *value = necp_buffer_get_tlv_value(route_rules_array, offset, &length); in necp_create_route_rule() 7396 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_application_find_policy_match_internal()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | tracker.c | 502 value = necp_buffer_get_tlv_value(buffer, cursor, NULL); in tracker_retrieve_attribute()
|