Searched refs:mrt (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-igmp.c211 int mrt; local
224 mrt = mrc;
226 mrt = ((mrc & 0x0f) | 0x10) << (((mrc & 0x70) >> 4) + 3);
230 if (mrt < 600) {
231 (void)printf("%.1fs", mrt * 0.1);
233 relts_print(mrt / 10);
H A Dprint-icmp6.c904 int mrt, qqi; local
916 mrt = mrc;
918 mrt = ((mrc & 0x0fff) | 0x1000) << (((mrc & 0x7000) >> 12) + 3);
921 (void)printf(" [max resp delay=%d]", mrt);

Completed in 57 milliseconds