Searched refs:error_ip (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping.c1345 ip_addr_t guest_ip, target_ip, error_ip; local
1450 ip_addr_copy(error_ip, iph->src); /* node that reports the error */
1451 error_mapped = pxremap_inbound_ip4(&error_ip, &error_ip);
1483 sum += chksum_update_32((u32_t *)&iph->src, ip4_addr_get_u32(&error_ip));
1728 ip6_addr_t guest_ip, target_ip, error_ip; local
1826 ip6_addr_copy(error_ip, *src); /* node that reports the error */
1827 error_mapped = pxremap_inbound_ip6(&error_ip, &error_ip);
1850 sum += chksum_delta_ipv6(src, &error_ip); /* pseud
[all...]

Completed in 45 milliseconds