/src/usr.sbin/mrouted/ |
defs.h | 230 extern void add_table_entry(u_int32_t origin, u_int32_t mcastgrp); 232 u_int32_t mcastgrp, u_int del_flag); 239 extern int grplst_mem(vifi_t vifi, u_int32_t mcastgrp); 244 extern void update_lclgrp(vifi_t vifi, u_int32_t mcastgrp); 245 extern void delete_lclgrp(vifi_t vifi, u_int32_t mcastgrp); 246 extern void chkgrp_graft(vifi_t vifi, u_int32_t mcastgrp);
|
prune.c | 102 * Determine if mcastgrp has a listener on vifi 105 grplst_mem(vifi_t vifi, u_int32_t mcastgrp) 113 if (mcastgrp == g->al_addr) 587 * Add a new table entry for (origin, mcastgrp) 590 add_table_entry(u_int32_t origin, u_int32_t mcastgrp) 598 md_log(MD_MISS, origin, 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; [all...] |
rsrr.c | 268 u_long mcastgrp; local in function:rsrr_accept_rq 331 mcastgrp = route_query->dest_addr.s_addr; 333 gt->gt_mcastgrp = mcastgrp; 344 if (VIFM_ISSET(i, r->rt_leaves) && grplst_mem(i, mcastgrp))
|
main.c | 677 md_log(int what, u_int32_t origin, u_int32_t mcastgrp) 693 buf[3] = mcastgrp;
|
/src/sys/netinet6/ |
ip6_mroute.c | 957 struct sockaddr_in6 mcastgrp; local in function:del_m6fc 964 mcastgrp = mfccp->mf6cc_mcastgrp; 965 hash = MF6CHASH(origin.sin6_addr, mcastgrp.sin6_addr); 970 log(LOG_DEBUG,"del_m6fc orig %s mcastgrp %s\n", 972 IN6_PRINT(ip6bufm, &mcastgrp.sin6_addr)); 982 IN6_ARE_ADDR_EQUAL(&mcastgrp.sin6_addr,
|
/src/usr.sbin/mrinfo/ |
mrinfo.c | 583 void add_table_entry(u_int32_t origin, u_int32_t mcastgrp)
|
/src/usr.sbin/map-mbone/ |
mapper.c | 960 void add_table_entry(u_int32_t origin, u_int32_t mcastgrp)
|
/src/usr.sbin/mtrace/ |
mtrace.c | 1722 void add_table_entry(u_int32_t origin, u_int32_t mcastgrp)
|