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

/xnu-2422.115.4/bsd/net/
H A Dif.c458 u_int32_t bytoff, bitoff; local
469 bytoff = bitoff = 0;
475 while ((bytoff < ifc->ifc_bmlen)
476 && (ifc->ifc_units[bytoff] == 0xff))
477 bytoff++;
478 if (bytoff >= ifc->ifc_bmlen)
480 while ((ifc->ifc_units[bytoff] & (1 << bitoff)) != 0)
482 unit = (bytoff << 3) + bitoff;
493 bytoff = unit >> 3;
494 bitoff = unit - (bytoff <<
531 int bytoff, bitoff; local
609 int bytoff, bitoff; local
[all...]

Completed in 69 milliseconds