Lines Matching refs:necp_tlv_header
385 struct necp_tlv_header outer_header;
386 struct necp_tlv_header flow_id_tlv_header;
388 struct necp_tlv_header flags_tlv_header;
390 struct necp_tlv_header interface_tlv_header;
395 struct necp_tlv_header protoctl_tlv_header;
401 struct necp_tlv_header agent_tlv_header;
403 struct necp_tlv_header tfo_cookie_tlv_header;
2531 while ((offset + sizeof(struct necp_tlv_header)) <= parameters_size) { in necp_client_update_local_port_parameters()
2535 if (length > (parameters_size - (offset + sizeof(struct necp_tlv_header)))) { in necp_client_update_local_port_parameters()
2578 offset += sizeof(struct necp_tlv_header) + length; in necp_client_update_local_port_parameters()
2776 while ((offset + sizeof(struct necp_tlv_header)) <= parameters_size) { in necp_client_parse_parameters()
2780 if (length > (parameters_size - (offset + sizeof(struct necp_tlv_header)))) { in necp_client_parse_parameters()
3103 offset += sizeof(struct necp_tlv_header) + length; in necp_client_parse_parameters()
3229 while ((offset + sizeof(struct necp_tlv_header)) <= result_size) { in necp_client_parse_result()
3233 if (length > 0 && (offset + sizeof(struct necp_tlv_header) + length) <= result_size) { in necp_client_parse_result()
3274 offset += sizeof(struct necp_tlv_header) + length; in necp_client_parse_result()
5224 while ((offset + sizeof(struct necp_tlv_header)) <= client->result_length) { in necp_client_remove_agent_from_result()
5228 size_t tlv_total_length = (sizeof(struct necp_tlv_header) + length); in necp_client_remove_agent_from_result()
5897 while ((offset + sizeof(struct necp_tlv_header)) <= parameters_size) { in necp_find_domain_info_common()
5901 if (length > (parameters_size - (offset + sizeof(struct necp_tlv_header)))) { in necp_find_domain_info_common()
5964 offset += sizeof(struct necp_tlv_header) + length; in necp_find_domain_info_common()
6112 while ((offset + sizeof(struct necp_tlv_header)) <= parameters_size) { in necp_find_netstat_data()
6116 if (length > (parameters_size - (offset + sizeof(struct necp_tlv_header)))) { in necp_find_netstat_data()
6167 offset += sizeof(struct necp_tlv_header) + length; in necp_find_netstat_data()
6648 while ((offset + sizeof(struct necp_tlv_header)) <= parameters_size) { in necp_find_conn_netstat_data()
6652 if (length > (parameters_size - (offset + sizeof(struct necp_tlv_header)))) { in necp_find_conn_netstat_data()
6708 offset += sizeof(struct necp_tlv_header) + length; in necp_find_conn_netstat_data()
7567 …header_length = sizeof(struct necp_client_nexus_flow_header) - sizeof(struct necp_tlv_header) - NE… in necp_client_fillout_flow_tlvs()
7614 length = (header_length - sizeof(struct necp_tlv_header) + flow->assigned_results_length); in necp_client_fillout_flow_tlvs()
8655 while ((offset + sizeof(struct necp_tlv_header)) <= buffer_size) { in necp_client_agent_action()
8659 if (length > (buffer_size - (offset + sizeof(struct necp_tlv_header)))) { in necp_client_agent_action()
8763 offset += sizeof(struct necp_tlv_header) + length; in necp_client_agent_action()
10346 if (single_tlv != NULL && (buffer_length == sizeof(struct necp_tlv_header) + string_size)) { in necp_set_socket_attribute()
10396 valsize > ((sizeof(struct necp_tlv_header) + NECP_MAX_SOCKET_ATTRIBUTE_STRING_LENGTH) * 4)) { in necp_set_socket_attributes()
10478 valsize += sizeof(struct necp_tlv_header) + strlen(attributes->inp_domain); in necp_get_socket_attributes()
10481 valsize += sizeof(struct necp_tlv_header) + strlen(attributes->inp_domain_owner); in necp_get_socket_attributes()
10484 valsize += sizeof(struct necp_tlv_header) + strlen(attributes->inp_domain_context); in necp_get_socket_attributes()
10487 valsize += sizeof(struct necp_tlv_header) + strlen(attributes->inp_tracker_domain); in necp_get_socket_attributes()
10490 valsize += sizeof(struct necp_tlv_header) + strlen(attributes->inp_account); in necp_get_socket_attributes()
10762 valsize += sizeof(struct necp_tlv_header) + sizeof(uuid_t); in necp_create_nexus_assign_message()
10763 valsize += sizeof(struct necp_tlv_header) + sizeof(nexus_port_t); in necp_create_nexus_assign_message()
10766 valsize += sizeof(struct necp_tlv_header) + sizeof(u_int32_t); in necp_create_nexus_assign_message()
10769 valsize += sizeof(struct necp_tlv_header) + key_length; in necp_create_nexus_assign_message()
10772 valsize += sizeof(struct necp_tlv_header) + sizeof(struct necp_client_endpoint); in necp_create_nexus_assign_message()
10775 valsize += sizeof(struct necp_tlv_header) + sizeof(struct necp_client_endpoint); in necp_create_nexus_assign_message()
10778 valsize += sizeof(struct necp_tlv_header) + sizeof(struct ether_addr); in necp_create_nexus_assign_message()
10781 valsize += sizeof(struct necp_tlv_header) + sizeof(void *); in necp_create_nexus_assign_message()