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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.c306 && (ifc->ifc_units[bytoff] == 0xff))
310 while ((ifc->ifc_units[bytoff] & (1 << bitoff)) != 0)
330 KASSERT((ifc->ifc_units[bytoff] & (1 << bitoff)) == 0,
332 ifc->ifc_units[bytoff] |= (1 << bitoff);
384 KASSERT((ifc->ifc_units[bytoff] & (1 << bitoff)) != 0,
386 ifc->ifc_units[bytoff] &= ~(1 << bitoff);
454 ifc->ifc_units = _MALLOC(len, M_CLONE, M_WAITOK | M_ZERO);
455 bzero(ifc->ifc_units, len);
470 ifc->ifc_units[bytoff] |= (1 << bitoff);
482 FREE(ifc->ifc_units, M_CLON
[all...]
H A Dif_var.h474 unsigned char *ifc_units; /* bitmap to handle units */ member in struct:if_clone

Completed in 119 milliseconds