Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c2525 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_client_update_local_port_parameters()
2755 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_client_parse_parameters()
3103 u_int8_t *value = necp_buffer_get_tlv_value(result, offset, NULL); in necp_client_parse_result()
5054 necp_buffer_get_tlv_value(result_buffer, offset, NULL)); in necp_client_remove_agent_from_result()
5679 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_find_domain_info_common()
5888 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_find_netstat_data()
6422 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_find_conn_netstat_data()
7415 u_int8_t *flags_pointer = necp_buffer_get_tlv_value(client->result, 0, &value_size); in necp_client_copy_internal()
7674 flags_pointer = necp_buffer_get_tlv_value(client->result, 0, &value_size); in necp_client_copy_parameters_locked()
8300 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_client_agent_action()
[all …]
H A Dnecp.h1004 extern u_int8_t *necp_buffer_get_tlv_value(u_int8_t *buffer, int tlv_offset, u_int32_t *value_size);
H A Dnecp.c1610 necp_buffer_get_tlv_value(u_int8_t *buffer, int tlv_offset, u_int32_t *value_size) in necp_buffer_get_tlv_value() function
1719 u_int8_t *tlv_value = necp_buffer_get_tlv_value(buffer, tlv_offset, NULL); in necp_get_tlv_at_offset()
3373 u_int8_t *value = necp_buffer_get_tlv_value(policy->conditions, offset, &length); in necp_policy_apply()
5242 u_int8_t *value = necp_buffer_get_tlv_value(route_rules_array, offset, &length); in necp_create_route_rule()
6736 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_application_find_policy_match_internal()
/xnu-8019.80.24/bsd/kern/
H A Dtracker.c502 value = necp_buffer_get_tlv_value(buffer, cursor, NULL); in tracker_retrieve_attribute()