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

/external/iproute2/etc/iproute2/
H A Drt_protos11 10 mrt
/external/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.c899 int mrt, qqi; local
911 mrt = mrc;
913 mrt = ((mrc & 0x0fff) | 0x1000) << (((mrc & 0x7000) >> 12) + 3);
916 (void)printf(" [max resp delay=%d]", mrt);

Completed in 393 milliseconds