Lines Matching refs:interfaces
187 STAILQ_HEAD(, bootpc_ifcontext) interfaces;
308 * In order to have multiple active interfaces with address 0.0.0.0
310 * mask to /8 on all interfaces, and temporarily set it to /0 when
462 STAILQ_INSERT_TAIL(&gctx->interfaces, ifctx, next);
675 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
683 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
803 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
826 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
902 STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
925 STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
941 STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
1038 /* Shutdown interfaces where BOOTP failed */
1613 STAILQ_INIT(&gctx->interfaces);
1660 panic("%s: no eligible interfaces", __func__);
1666 ifctx = STAILQ_FIRST(&gctx->interfaces);
1710 if (STAILQ_EMPTY(&gctx->interfaces) ||
1711 STAILQ_FIRST(&gctx->interfaces)->ifp == NULL) {
1730 STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
1733 STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
1743 STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
1752 STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
1757 STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
1761 STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
1797 while((ifctx = STAILQ_FIRST(&gctx->interfaces)) != NULL) {
1798 STAILQ_REMOVE_HEAD(&gctx->interfaces, next);