Searched refs:mfcc_mcastgrp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.c837 MFCFIND(mfccp->mfcc_origin.s_addr, mfccp->mfcc_mcastgrp.s_addr, rt);
844 (u_int32_t)ntohl(mfccp->mfcc_mcastgrp.s_addr),
856 hash = MFCHASH(mfccp->mfcc_origin.s_addr, mfccp->mfcc_mcastgrp.s_addr);
860 (rt->mfc_mcastgrp.s_addr == mfccp->mfcc_mcastgrp.s_addr) &&
867 (u_int32_t)ntohl(mfccp->mfcc_mcastgrp.s_addr),
873 (u_int32_t)ntohl(mfccp->mfcc_mcastgrp.s_addr),
877 rt->mfc_mcastgrp = mfccp->mfcc_mcastgrp;
913 (u_int32_t)ntohl(mfccp->mfcc_mcastgrp.s_addr),
919 (rt->mfc_mcastgrp.s_addr == mfccp->mfcc_mcastgrp.s_addr)) {
922 rt->mfc_mcastgrp = mfccp->mfcc_mcastgrp;
[all...]
H A Dip_mroute.h145 struct in_addr mfcc_mcastgrp; /* multicast group associated*/ member in struct:mfcctl

Completed in 20 milliseconds