Lines Matching refs:ipoff
991 int i, v, lvl, res, len, off, plen, ipoff, defaction; local
1105 ipoff = 0;
1118 ipoff = ip->ip_off;
1119 off = ipoff & IP_OFFMASK;
1189 ipoff = ntohs(ipc->ip_off);
1192 if (!(ipoff & IP_OFFMASK) &&
1207 } else if (!(ipoff & IP_OFFMASK) &&
1229 if (ipoff & IP_OFFMASK) {
1234 (ipoff & IP_OFFMASK) << 3,
1235 ipoff & IP_MF ? "+" : "",
1236 ipoff & IP_DF ? "-" : "");
1251 ipoff & IP_MF ? "+" : "",
1252 ipoff & IP_DF ? "-" : "");