IP_OFFMASK
off_q = ntohs(p->ipq_hdr->ip_off) & IP_OFFMASK;
off_ip = ntohs(ip->ip_off) & IP_OFFMASK;
off_q = ntohs(next->ipq_hdr->ip_off) & IP_OFFMASK;
fragoffset = (ntohs(ip->ip_off) & IP_OFFMASK) * 8;
fragoffset = (ntohs(ipq->ipq_hdr->ip_off) & IP_OFFMASK) * 8;
(ntohs(last->ipq_hdr->ip_off) & IP_OFFMASK) * 8,
if ((get_ipoff(pkt) & IP_OFFMASK) != 0) {
if ((get_ipoff(bp) & IP_OFFMASK) != 0) {
#ifndef IP_OFFMASK
if (off & IP_OFFMASK)
if (!(off & IP_OFFMASK))
if (!(off & IP_OFFMASK)) {
off = ipoff & IP_OFFMASK;
if (!(ipoff & IP_OFFMASK) &&
} else if (!(ipoff & IP_OFFMASK) &&
if (ipoff & IP_OFFMASK) {
(ipoff & IP_OFFMASK) << 3,
if (off & IP_OFFMASK)
plen - hl, (off & IP_OFFMASK) << 3,
if ((ntohs(oip->ip_off) & IP_OFFMASK) != 0)
off &= IP_MF|IP_OFFMASK;
off &= IP_OFFMASK;
#ifndef IP_OFFMASK
if (ip->ip_off & htons(IP_MF|IP_OFFMASK))