Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:p1

37     u_int32_t p0, p1, p2, p3;
40 p1 = ((date & 0xFF00) >> 8) & 0xFF;
45 tp->tm_min = ((p0 >> 5) & 0xFF) + ((p1 & 0x7) << 3);
46 tp->tm_hour = (p1 >> 3) & 0xFF;