Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:x1

48     tp->tm_mon = ((p2 >> 5) & 0xFF) + ((p3 & 0x1) << 3) - 1;
535 u_int32_t x1, x2;
538 x1 = reverse ? EXTRACT_32BITS(buf) :
542 x = (((u_int64_t)x1) << 32) | x2;