Lines Matching defs:able
110 /* This is used by platforms which might be able to set the ipconfig
194 short able;
231 int able = 0;
233 able |= IC_BOOTP;
238 able |= IC_RARP;
239 able &= ic_proto_enabled;
240 if (ic_proto_enabled && !able)
256 d->able = able;
257 if (able & IC_BOOTP)
261 ic_proto_have_if |= able;
262 pr_debug("IP-Config: %s UP (able=%d, xid=%08x)\n",
263 dev->name, able, d->xid);
1226 if (do_bootp && (d->able & IC_BOOTP))
1230 if (do_rarp && (d->able & IC_RARP))