Lines Matching defs:able
109 /* This is used by platforms which might be able to set the ipconfig
193 short able;
230 int able = 0;
232 able |= IC_BOOTP;
237 able |= IC_RARP;
238 able &= ic_proto_enabled;
239 if (ic_proto_enabled && !able)
255 d->able = able;
256 if (able & IC_BOOTP)
260 ic_proto_have_if |= able;
261 pr_debug("IP-Config: %s UP (able=%d, xid=%08x)\n",
262 dev->name, able, d->xid);
1256 if (do_bootp && (d->able & IC_BOOTP))
1260 if (do_rarp && (d->able & IC_RARP))