Searched defs:ip_data (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dip4.c103 struct ip_globals ip_data; variable in typeref:struct:ip_globals
414 ip_addr_copy(*ipX_2_ip(&ip_data.current_iphdr_dest), iphdr->dest);
415 ip_addr_copy(*ipX_2_ip(&ip_data.current_iphdr_src), iphdr->src);
611 ip_data.current_netif = inp;
612 ip_data.current_ip4_header = iphdr;
613 ip_data.current_ip_header_tot_len = IPH_HL(iphdr) * 4;
707 ip_data.current_netif = NULL;
708 ip_data.current_ip4_header = NULL;
709 ip_data.current_ip_header_tot_len = 0;

Completed in 44 milliseconds