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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_mroute.c149 static struct mif6 mif6table[MAXMIFS]; variable in typeref:struct:mif6
419 bcopy(&mif6table[mifi].m6_pkt_in, &req->icount,
421 bcopy(&mif6table[mifi].m6_pkt_out, &req->ocount,
423 bcopy(&mif6table[mifi].m6_bytes_in, &req->ibytes,
425 bcopy(&mif6table[mifi].m6_bytes_out, &req->obytes,
435 bcopy(&mif6table[mifi].m6_pkt_in, &req->icount,
437 bcopy(&mif6table[mifi].m6_pkt_out, &req->ocount,
439 bcopy(&mif6table[mifi].m6_bytes_in, &req->ibytes,
441 bcopy(&mif6table[mifi].m6_bytes_out, &req->obytes,
531 if (mif6table[mif
[all...]

Completed in 18 milliseconds