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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.c226 static struct mfc *mfctable[CONFIG_MFCTBLSIZ];
308 static int ip_mdq(struct mbuf *, struct ifnet *, struct mfc *,
343 struct mfc *_rt = mfctable[MFCHASH(o,g)]; \
401 struct mfcctl mfc; local
436 error = sooptcopyin(sopt, &mfc, sizeof mfc, sizeof mfc);
440 error = add_mfc(&mfc);
442 error = del_mfc(&mfc);
524 struct mfc *r
1288 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 */
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_mroute.c723 * Add an mfc entry
899 * Delete an mfc entry
1237 struct mf6c *mfc, **nptr; local
1244 while ((mfc = *nptr) != NULL) {
1245 rte = mfc->mf6c_stall;
1252 mfc->mf6c_expire != 0 &&
1253 --mfc->mf6c_expire == 0) {
1257 ip6_sprintf(&mfc->mf6c_origin.sin6_addr),
1258 ip6_sprintf(&mfc->mf6c_mcastgrp.sin6_addr));
1273 *nptr = mfc
[all...]

Completed in 24 milliseconds