Home | History | Annotate | Download | only in tcpdump

Lines Matching full:temp

123 	u_int32_t temp;
267 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
268 *inop = temp;
279 temp = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]);
280 *inop = temp;
290 temp = make_uint32(fhp[3], fhp[2], fhp[1], fhp[0]);
291 fsidp->Fsid_dev.Minor = temp & 0xFFFFF;
292 fsidp->Fsid_dev.Major = (temp>>20) & 0xFFF;
294 temp = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]);
295 *inop = temp;
305 temp = make_uint32(fhp[8], fhp[9], fhp[10], fhp[11]);
306 *inop = temp;
317 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
318 *inop = temp;
340 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
341 *inop = temp;
348 temp = make_uint16(fhp[0], fhp[1]);
349 fsidp->Fsid_dev.Major = (temp>>2) & 0x3FFF;
350 temp = make_uint24(fhp[1], fhp[2], fhp[3]);
351 fsidp->Fsid_dev.Minor = temp & 0x3FFFF;
354 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
355 *inop = temp;
366 temp = make_uint32(fhp[7], fhp[6], fhp[5], fhp[4]);
367 *inop = temp;
406 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
407 *inop = temp;
415 temp = make_uint24(fhp[1], fhp[2], fhp[3]);
416 fsidp->Fsid_dev.Minor = temp;
419 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
420 *inop = temp;