Home
last modified time | relevance | path

Searched refs:necp_buffer_get_tlv_value (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/bsd/net/
H A Dnecp_client.c2543 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_client_update_local_port_parameters()
2788 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_client_parse_parameters()
3244 u_int8_t *value = necp_buffer_get_tlv_value(result, offset, NULL); in necp_client_parse_result()
5243 necp_buffer_get_tlv_value(result_buffer, offset, NULL)); in necp_client_remove_agent_from_result()
5918 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_find_domain_info_common()
6146 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_find_netstat_data()
6682 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_find_conn_netstat_data()
7736 u_int8_t *flags_pointer = necp_buffer_get_tlv_value(client->result, 0, &value_size); in necp_client_copy_internal()
7995 flags_pointer = necp_buffer_get_tlv_value(client->result, 0, &value_size); in necp_client_copy_parameters_locked()
8665 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_client_agent_action()
[all …]
H A Dnecp.h1108 extern u_int8_t *necp_buffer_get_tlv_value(u_int8_t *buffer, int tlv_offset, u_int32_t *value_size);
H A Dnecp.c1771 necp_buffer_get_tlv_value(u_int8_t *buffer, int tlv_offset, u_int32_t *value_size) in necp_buffer_get_tlv_value() function
1880 u_int8_t *tlv_value = necp_buffer_get_tlv_value(buffer, tlv_offset, NULL); in necp_get_tlv_at_offset()
3578 u_int8_t *value = necp_buffer_get_tlv_value(policy->conditions, offset, &length); in necp_policy_apply()
5489 u_int8_t *value = necp_buffer_get_tlv_value(route_rules_array, offset, &length); in necp_create_route_rule()
6988 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_application_find_policy_match_internal()
/xnu-8792.41.9/bsd/kern/
H A Dtracker.c502 value = necp_buffer_get_tlv_value(buffer, cursor, NULL); in tracker_retrieve_attribute()