HomeSort by: relevance | last modified time | path
    Searched refs:gt_mcastgrp (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/mrouted/
prune.c 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))
    [all...]
kern.c 155 md_log(MD_ADD, origin, g->gt_mcastgrp);
162 mc.mfcc_mcastgrp.s_addr = g->gt_mcastgrp;
171 md_log(MD_ADD_FAIL, origin, g->gt_mcastgrp);
187 md_log(MD_DEL, origin, g->gt_mcastgrp);
194 mc.mfcc_mcastgrp.s_addr = g->gt_mcastgrp;
200 md_log(MD_DEL_FAIL, origin, g->gt_mcastgrp);
prune.h 28 u_int32_t gt_mcastgrp; /* multicast group associated */ member in struct:gtable
rsrr.c 53 if (((gt)->gt_mcastgrp & 0xff000000) == 0xef000000) \
55 if (scoped_addr(_i, (gt)->gt_mcastgrp)) \
333 gt->gt_mcastgrp = mcastgrp;
490 inet_fmt(gt->gt_mcastgrp));
snmp.c 1112 put_address(newname, gt->gt_mcastgrp, vp->namelen);
1123 put_address(newname, gt->gt_mcastgrp, vp->namelen);
1239 put_address(newname, gt->gt_mcastgrp, vp->namelen);
1243 put_address(newname, gt->gt_mcastgrp, vp->namelen+13);
1253 put_address(newname, gt->gt_mcastgrp, vp->namelen);
1257 put_address(newname, gt->gt_mcastgrp, vp->namelen+13);

Completed in 23 milliseconds