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

/darwin-on-arm/xnu/bsd/net/
H A Dif.c463 && (ifc->ifc_units[bytoff] == 0xff))
467 while ((ifc->ifc_units[bytoff] & (1 << bitoff)) != 0)
487 KASSERT((ifc->ifc_units[bytoff] & (1 << bitoff)) == 0,
489 ifc->ifc_units[bytoff] |= (1 << bitoff);
542 KASSERT((ifc->ifc_units[bytoff] & (1 << bitoff)) != 0,
544 ifc->ifc_units[bytoff] &= ~(1 << bitoff);
612 ifc->ifc_units = _MALLOC(len, M_CLONE, M_WAITOK | M_ZERO);
613 if (ifc->ifc_units == NULL)
615 bzero(ifc->ifc_units, len);
630 ifc->ifc_units[bytof
[all...]
H A Dif_var.h653 unsigned char *ifc_units; /* bitmap to handle units */ member in struct:if_clone

Completed in 73 milliseconds