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

/freebsd-9.3-release/sys/netinet/
H A Dip_mroute.h110 struct mfcctl { struct
119 * and extends the old struct mfcctl.
122 /* the mfcctl fields */
H A Dip_mroute.c450 error = sooptcopyin(sopt, &mfc, sizeof(struct mfcctl),
451 sizeof(struct mfcctl));
452 bzero((caddr_t)&mfc + sizeof(struct mfcctl),
453 sizeof(mfc) - sizeof(struct mfcctl));

Completed in 103 milliseconds