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

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping.c1343 u16_t oipoff, oiphlen, oiplen; local
1359 oipoff = IP_HLEN + ICMP_HLEN;
1360 oiplen = iplen - oipoff; /* NB: truncated length, not IPH_LEN(oiph) */
1367 oiph = (struct ip_hdr *)(pollmgr_udpbuf + oipoff);
1397 oicmph = (struct icmp_echo_hdr *)(pollmgr_udpbuf + oipoff + oiphlen);

Completed in 45 milliseconds