Home
last modified time | relevance | path

Searched refs:mfc_mcastgrp (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/netinet/
Dip_mroute.c389 in_hosteq(rt->mfc_mcastgrp, *g) && in mfc_find()
1013 rt->mfc_mcastgrp = mfccp->mfcc_mcastgrp; in init_mfc_params()
1078 in_hosteq(rt->mfc_mcastgrp, mfccp->mfcc_mcastgrp) && in add_mfc()
1112 in_hosteq(rt->mfc_mcastgrp, mfccp->mfcc_mcastgrp)) { in add_mfc()
1318 in_hosteq(ip->ip_dst, rt->mfc_mcastgrp) && in X_ip_mforward()
1377 rt->mfc_mcastgrp.s_addr = ip->ip_dst.s_addr; in X_ip_mforward()
1469 (u_long)ntohl(rt->mfc_mcastgrp.s_addr)); in expire_upcalls()
2034 u->bu_dst = x->bm_mfc->mfc_mcastgrp; in bw_meter_prepare_upcall()
Dip_mroute.h274 struct in_addr mfc_mcastgrp; /* multicast group associated*/ member
/freebsd-9-stable/usr.bin/netstat/
Dmroute.c171 printf(" %-15.15s", routename(m->mfc_mcastgrp.s_addr)); in print_mfc()