Lines Matching defs:i0
112 uint32_t i0, i1;
118 i0 = GET_BE_U_4(&((const u_int *)hdr)[0]);
122 i0 & 0xffff,
123 i1, i0 & 0x800000? "*" : "");
125 if (i0 & 0x1f0000)
126 ND_PRINT(" f%u", (i0 >> 16) & 0x1f);
127 if (i0 & 0x3f000000)
128 ND_PRINT(" s%u", (i0 >> 24) & 0x3f);
138 uint32_t i0, i1;
146 i0 = GET_BE_U_4(&((const u_int *)hdr)[0]);
154 if ((i0 >> 30) == 1) {
156 hasopt = i0 & 0x800000;
157 contype = (i0 >> 16) & 0x3f;
158 hasmarker = i0 & 0x400000;
166 hasext = i0 & 0x10000000;
167 contype = (i0 >> 16) & 0x7f;
168 hasmarker = i0 & 0x800000;
180 i0 & 0xffff,