Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:x1

44     tp->tm_mon = ((p2 >> 5) & 0xFF) + ((p3 & 0x1) << 3) - 1;
540 uint32_t x1, x2;
543 x1 = reverse ? EXTRACT_32BITS(buf) :
547 x = (((uint64_t)x1) << 32) | x2;