Lines Matching full:mfc
104 struct mf6c mfc;
171 kread((u_long)mfcp, (char *)&mfc, sizeof(mfc));
186 routename(sin6tosa(&mfc.mf6c_origin),
189 routename(sin6tosa(&mfc.mf6c_mcastgrp),
192 (uintmax_t)mfc.mf6c_pkt_cnt);
194 for (waitings = 0, rtep = mfc.mf6c_stall; rtep; ) {
202 if (mfc.mf6c_parent == MF6C_INCOMPLETE_PARENT)
205 xo_emit(" {:parent/%3d} ", mfc.mf6c_parent);
208 if (IF_ISSET(mifi, &mfc.mf6c_ifset))
214 mfcp = mfc.mf6c_next;