Home
last modified time | relevance | path

Searched refs:mifi (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/netstat/
H A Dmroute6.c106 mifi_t mifi; in mroute6pr() local
128 for (mifi = 0, mifp = mif6table; mifi < MAXMIFS; ++mifi, ++mifp) { in mroute6pr()
134 maxmif = mifi; in mroute6pr()
144 mifi, mifp->m6_rate_limit); in mroute6pr()
206 for (mifi = 0; mifi <= maxmif; mifi++) { in mroute6pr()
207 if (IF_ISSET(mifi, &mfc.mf6c_ifset)) in mroute6pr()
208 xo_emit(" {l:%u}", mifi); in mroute6pr()
/freebsd/sys/netinet6/
H A Dip6_mroute.c379 mifi_t mifi; in X_ip6_mrouter_set() local
417 error = sooptcopyin(sopt, &mifi, sizeof(mifi), sizeof(mifi)); in X_ip6_mrouter_set()
420 error = del_m6if(&mifi); in X_ip6_mrouter_set()
515 mifi_t mifi; in get_mif6_cnt() local
519 mifi = req->mifi; in get_mif6_cnt()
523 if (mifi >= nummifs) { in get_mif6_cnt()
526 req->icount = mif6table[mifi].m6_pkt_in; in get_mif6_cnt()
527 req->ocount = mif6table[mifi].m6_pkt_out; in get_mif6_cnt()
528 req->ibytes = mif6table[mifi].m6_bytes_in; in get_mif6_cnt()
529 req->obytes = mif6table[mifi].m6_bytes_out; in get_mif6_cnt()
[all …]
H A Dip6_mroute.h191 mifi_t mifi; /* mif number */ member