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

/darwin-on-arm/xnu/bsd/net/
H A Dif.c445 u_int32_t bytoff, bitoff; local
456 bytoff = bitoff = 0;
462 while ((bytoff < ifc->ifc_bmlen)
463 && (ifc->ifc_units[bytoff] == 0xff))
464 bytoff++;
465 if (bytoff >= ifc->ifc_bmlen)
467 while ((ifc->ifc_units[bytoff] & (1 << bitoff)) != 0)
469 unit = (bytoff << 3) + bitoff;
480 bytoff = unit >> 3;
481 bitoff = unit - (bytoff <<
518 int bytoff, bitoff; local
596 int bytoff, bitoff; local
[all...]

Completed in 19 milliseconds