HomeSort by: relevance | last modified time | path
    Searched defs:gbest (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mrouted/
prune.c 423 struct gtable *gt, *gbest = NULL; local
434 /* Since grps are ordered, we can stop when group changes from gbest */
435 if (gbest && gbest->gt_mcastgrp != gt->gt_mcastgrp)
445 && (!gbest
446 || (ntohl(gt->gt_mcastgrp)< ntohl(gbest->gt_mcastgrp))
447 || (ntohl(gt->gt_mcastgrp)==ntohl(gbest->gt_mcastgrp)
449 gbest = gt;
454 (*gtpp) = gbest;
prune.c 423 struct gtable *gt, *gbest = NULL; local
434 /* Since grps are ordered, we can stop when group changes from gbest */
435 if (gbest && gbest->gt_mcastgrp != gt->gt_mcastgrp)
445 && (!gbest
446 || (ntohl(gt->gt_mcastgrp)< ntohl(gbest->gt_mcastgrp))
447 || (ntohl(gt->gt_mcastgrp)==ntohl(gbest->gt_mcastgrp)
449 gbest = gt;
454 (*gtpp) = gbest;

Completed in 73 milliseconds