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

/darwin-on-arm/xnu/bsd/net/
H A Dbridgestp.c2099 struct ifnet *ifp, *mif; local
2105 mif = NULL;
2120 if (mif == NULL) {
2121 mif = ifp;
2124 if (bstp_addr_cmp(ifnet_lladdr(ifp), ifnet_lladdr(mif)) < 0) {
2125 mif = ifp;
2131 if (LIST_EMPTY(&bs->bs_bplist) || mif == NULL) {
2146 e_addr = ifnet_lladdr(mif);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_mroute.c406 * returns the input and output packet and byte counts on the mif provided
601 * Add a mif to the mif table
657 /* initialize per mif pkt counters */
679 * Delete a mif from the mif table
1302 * Macro to send packet on mif. Since RSVP packets don't get counted on
1315 * Don't forward if it didn't arrive from the parent mif
1335 /* have to make sure this is a valid mif */
1428 * For each mif, forwar
[all...]

Completed in 34 milliseconds