Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dnecp_client.c2542 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_client_update_local_port_parameters()
2787 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_client_parse_parameters()
3234 u_int8_t *value = necp_buffer_get_tlv_value(result, offset, NULL); in necp_client_parse_result()
5233 necp_buffer_get_tlv_value(result_buffer, offset, NULL)); in necp_client_remove_agent_from_result()
5908 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_find_domain_info_common()
6123 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_find_netstat_data()
6659 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_find_conn_netstat_data()
7725 u_int8_t *flags_pointer = necp_buffer_get_tlv_value(client->result, 0, &value_size); in necp_client_copy_internal()
7984 flags_pointer = necp_buffer_get_tlv_value(client->result, 0, &value_size); in necp_client_copy_parameters_locked()
8666 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_client_agent_action()
[all …]
H A Dnecp.h1111 extern u_int8_t *necp_buffer_get_tlv_value(u_int8_t *buffer, int tlv_offset, u_int32_t *value_size);
H A Dnecp.c1775 necp_buffer_get_tlv_value(u_int8_t *buffer, int tlv_offset, u_int32_t *value_size) in necp_buffer_get_tlv_value() function
1884 u_int8_t *tlv_value = necp_buffer_get_tlv_value(buffer, tlv_offset, NULL); in necp_get_tlv_at_offset()
3582 u_int8_t *value = necp_buffer_get_tlv_value(policy->conditions, offset, &length); in necp_policy_apply()
5498 u_int8_t *value = necp_buffer_get_tlv_value(route_rules_array, offset, &length); in necp_create_route_rule()
7001 u_int8_t *value = necp_buffer_get_tlv_value(parameters, offset, NULL); in necp_application_find_policy_match_internal()
/xnu-8796.121.2/bsd/kern/
H A Dtracker.c502 value = necp_buffer_get_tlv_value(buffer, cursor, NULL); in tracker_retrieve_attribute()