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

/macosx-10.10/tcpdump-61/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);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_malloc.c205 "mrt", /* 56 M_MRTABLE */
413 { SOX(mrt), KMZ_CREATEZONE, TRUE }, /* 56 M_MRTABLE */
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dmessage.el6104 from subject date reply-to mrt mct
6127 mrt (message-fetch-field "mail-reply-to")
6170 (cons 'To (or mrt reply-to from "")))
6206 (or mrt reply-to from "")

Completed in 124 milliseconds