-- Combinatorial map of the total header array on to a network header record (type casting an array to a record is not possible, so therefore we need these functions)
FUNCTIONfunc_network_total_header_construct_ip(eth:t_network_eth_header;ip:t_network_ip_header)RETURNt_network_total_header_32b_arr;-- sets unused words to zero
FUNCTIONfunc_network_total_header_construct_ip(eth:t_network_eth_header;ip:t_network_ip_header)RETURNt_network_total_header_64b_arr;-- sets unused words to zero