Lines Matching defs:mfccp

808 add_m6fc(struct mf6cctl *mfccp)
818 MF6CFIND(mfccp->mf6cc_origin.sin6_addr,
819 mfccp->mf6cc_mcastgrp.sin6_addr, rt);
824 ip6_sprintf(ip6bufo, &mfccp->mf6cc_origin.sin6_addr),
825 ip6_sprintf(ip6bufg, &mfccp->mf6cc_mcastgrp.sin6_addr),
826 mfccp->mf6cc_parent);
828 rt->mf6c_parent = mfccp->mf6cc_parent;
829 rt->mf6c_ifset = mfccp->mf6cc_ifset;
838 hash = MF6CHASH(mfccp->mf6cc_origin.sin6_addr,
839 mfccp->mf6cc_mcastgrp.sin6_addr);
842 &mfccp->mf6cc_origin.sin6_addr) &&
844 &mfccp->mf6cc_mcastgrp.sin6_addr) &&
851 &mfccp->mf6cc_origin.sin6_addr),
853 &mfccp->mf6cc_mcastgrp.sin6_addr),
854 mfccp->mf6cc_parent, rt->mf6c_stall);
858 &mfccp->mf6cc_origin.sin6_addr),
860 &mfccp->mf6cc_mcastgrp.sin6_addr),
861 mfccp->mf6cc_parent, rt->mf6c_stall);
863 rt->mf6c_origin = mfccp->mf6cc_origin;
864 rt->mf6c_mcastgrp = mfccp->mf6cc_mcastgrp;
865 rt->mf6c_parent = mfccp->mf6cc_parent;
866 rt->mf6c_ifset = mfccp->mf6cc_ifset;
895 ip6_sprintf(ip6bufo, &mfccp->mf6cc_origin.sin6_addr),
896 ip6_sprintf(ip6bufg, &mfccp->mf6cc_mcastgrp.sin6_addr),
897 mfccp->mf6cc_parent);
901 &mfccp->mf6cc_origin.sin6_addr)&&
903 &mfccp->mf6cc_mcastgrp.sin6_addr)) {
904 rt->mf6c_origin = mfccp->mf6cc_origin;
905 rt->mf6c_mcastgrp = mfccp->mf6cc_mcastgrp;
906 rt->mf6c_parent = mfccp->mf6cc_parent;
907 rt->mf6c_ifset = mfccp->mf6cc_ifset;
928 rt->mf6c_origin = mfccp->mf6cc_origin;
929 rt->mf6c_mcastgrp = mfccp->mf6cc_mcastgrp;
930 rt->mf6c_parent = mfccp->mf6cc_parent;
931 rt->mf6c_ifset = mfccp->mf6cc_ifset;
979 del_m6fc(struct mf6cctl *mfccp)
990 origin = mfccp->mf6cc_origin;
991 mcastgrp = mfccp->mf6cc_mcastgrp;