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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.c288 int wildcard, bytoff, bitoff; local
299 bytoff = bitoff = 0;
305 while ((bytoff < ifc->ifc_bmlen)
306 && (ifc->ifc_units[bytoff] == 0xff))
307 bytoff++;
308 if (bytoff >= ifc->ifc_bmlen)
310 while ((ifc->ifc_units[bytoff] & (1 << bitoff)) != 0)
312 unit = (bytoff << 3) + bitoff;
323 bytoff = unit >> 3;
324 bitoff = unit - (bytoff <<
360 int bytoff, bitoff; local
438 int bytoff, bitoff; local
[all...]

Completed in 25 milliseconds