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

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping.c1141 u16_t iplen, ipoff; local
1171 ipoff = IPH_OFFSET(iph);
1174 ipoff = htons(ipoff);
1175 IPH_OFFSET_SET(iph, ipoff);
1177 if ((ipoff & PP_HTONS(IP_OFFMASK | IP_MF)) != 0) {
1179 __func__, ntohs(ipoff)));

Completed in 45 milliseconds