Home | History | Annotate | Download | only in mrouted

Lines Matching refs:gt_mcastgrp

83 	if ((ntohl((gt)->gt_mcastgrp) & 0xff000000) == 0xef000000) \
85 if (scoped_addr(_i, (gt)->gt_mcastgrp)) \
137 if (grp == gt->gt_mcastgrp &&
143 if (ntohl(grp) > ntohl(gt->gt_mcastgrp) ||
144 (grp == gt->gt_mcastgrp &&
271 *p++ = ((char *)&(gt->gt_mcastgrp))[i];
282 inet_fmt(gt->gt_mcastgrp),
316 *p++ = ((char *)&(gt->gt_mcastgrp))[i];
325 inet_fmt(gt->gt_mcastgrp),
386 if (ntohl(grp) < ntohl(gt->gt_mcastgrp))
388 if (gt->gt_mcastgrp == grp)
402 u_long grp = gt->gt_mcastgrp;
405 for (gtcurr = gt; gtcurr->gt_mcastgrp == grp; gtcurr = gtcurr->gt_gnext) {
428 while ((*gtpp) && ntohl((*gtpp)->gt_mcastgrp) < ntohl(grp))
435 if (gbest && gbest->gt_mcastgrp != gt->gt_mcastgrp)
440 if (((ntohl(gt->gt_mcastgrp)> ntohl(grp))
441 || (ntohl(gt->gt_mcastgrp)==ntohl(grp)
443 || (ntohl(gt->gt_mcastgrp)==ntohl(grp)
446 || (ntohl(gt->gt_mcastgrp)< ntohl(gbest->gt_mcastgrp))
447 || (ntohl(gt->gt_mcastgrp)==ntohl(gbest->gt_mcastgrp)
471 || sg->grp.s_addr!=gt->gt_mcastgrp) {
474 sg->grp.s_addr = gt->gt_mcastgrp;
568 } while (next_grp_src_mask(gtpp, stpp, (*gtpp)->gt_mcastgrp,
609 if (mcastgrp == gt->gt_mcastgrp &&
616 if (gt->gt_mcastgrp >= mcastgrp)
623 if (gt == NULL || gt->gt_mcastgrp != mcastgrp) {
630 gt->gt_mcastgrp = mcastgrp;
673 if (find_src_grp(r->rt_origin, r->rt_originmask, gt->gt_mcastgrp)) {
679 inet_fmt(g->gt_mcastgrp),
768 inet_fmt(g->gt_mcastgrp));
810 grplst_mem(vifi, g->gt_mcastgrp))
825 inet_fmt(g->gt_mcastgrp), g->gt_grpmems);
847 inet_fmt(g->gt_mcastgrp));
854 inet_fmt(g->gt_mcastgrp));
896 if (g->gt_mcastgrp == mcastgrp) {
899 inet_fmt(g->gt_mcastgrp));
906 inet_fmt(g->gt_mcastgrp));
977 if (VIFM_ISSET(i, r->rt_leaves) && grplst_mem(i, g->gt_mcastgrp))
986 inet_fmt(g->gt_mcastgrp),
1024 if (ntohl(mcastgrp) < ntohl(g->gt_mcastgrp))
1028 if (g->gt_mcastgrp == mcastgrp &&
1039 inet_fmt(g->gt_mcastgrp), g->gt_grpmems);
1063 if (ntohl(mcastgrp) < ntohl(g->gt_mcastgrp))
1066 if (g->gt_mcastgrp == mcastgrp) {
1088 inet_fmt(g->gt_mcastgrp), g->gt_grpmems);
1232 inet_fmt(g->gt_mcastgrp), vifi, g->gt_grpmems);
1276 if (ntohl(mcastgrp) < ntohl(g->gt_mcastgrp))
1280 if (g->gt_mcastgrp == mcastgrp && VIFM_ISSET(vifi, r->rt_children))
1304 inet_fmt(g->gt_mcastgrp), g->gt_grpmems);
1385 inet_fmt(g->gt_mcastgrp), g->gt_grpmems);
1564 inet_fmt(gt->gt_mcastgrp),
1570 inet_fmt(gt->gt_mcastgrp));
1590 inet_fmt(gt->gt_mcastgrp),
1596 inet_fmt(gt->gt_mcastgrp));
1639 inet_fmt(gt->gt_mcastgrp));
1662 inet_fmt(gt->gt_mcastgrp),
1684 sg_req.grp.s_addr = gt->gt_mcastgrp;
1692 inet_fmt(gt->gt_mcastgrp));
1700 inet_fmt(gt->gt_mcastgrp));
1705 inet_fmt(gt->gt_mcastgrp));
1735 inet_fmt(gt->gt_mcastgrp));
1786 inet_fmt(gt->gt_mcastgrp));
1825 inet_fmt(gt->gt_mcastgrp), gt->gt_grpmems, vifi);
1895 inet_fmt(gt->gt_mcastgrp), scaletime(gt->gt_timer),
1905 inet_fmt(gt->gt_mcastgrp));
2134 if (gt->gt_mcastgrp >= group)
2140 if (gt && gt->gt_mcastgrp == group) {