Searched refs:mfc (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_mroute.c236 static struct mfc *mfctable[CONFIG_MFCTBLSIZ];
318 static int ip_mdq(struct mbuf *, struct ifnet *, struct mfc *,
353 struct mfc *_rt = mfctable[MFCHASH(o,g)]; \
411 struct mfcctl mfc; local
446 error = sooptcopyin(sopt, &mfc, sizeof mfc, sizeof mfc);
450 error = add_mfc(&mfc);
452 error = del_mfc(&mfc);
534 struct mfc *r
1293 struct mfc *mfc, **nptr; local
[all...]
H A Dip_mroute.h221 struct mfc { struct
231 struct rtdetq *mfc_stall; /* q of packets awaiting mfc */
232 struct mfc *mfc_next; /* next mfc entry */
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_mroute.c704 * Add an mfc entry
880 * Delete an mfc entry
1218 struct mf6c *mfc, **nptr; local
1225 while ((mfc = *nptr) != NULL) {
1226 rte = mfc->mf6c_stall;
1233 mfc->mf6c_expire != 0 &&
1234 --mfc->mf6c_expire == 0) {
1238 ip6_sprintf(&mfc->mf6c_origin.sin6_addr),
1239 ip6_sprintf(&mfc->mf6c_mcastgrp.sin6_addr));
1254 *nptr = mfc
[all...]

Completed in 79 milliseconds