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

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping.c1342 struct icmp_echo_hdr *icmph, *oicmph; local
1397 oicmph = (struct icmp_echo_hdr *)(pollmgr_udpbuf + oipoff + oiphlen);
1398 if (ICMPH_TYPE(oicmph) != ICMP_ECHO) {
1400 __func__, ICMPH_TYPE(oicmph)));
1404 id = oicmph->id;
1405 seq = oicmph->seqno;
1461 sum = (u16_t)~oicmph->chksum;
1462 sum += chksum_update_16(&oicmph->id, guest_id);
1464 oicmph->chksum = ~sum;
1726 struct icmp6_echo_hdr *oicmph; local
[all...]

Completed in 45 milliseconds