IC_USE_DHCP
if (ic_proto_enabled & IC_USE_DHCP) {
| IC_USE_DHCP
? ((ic_proto_enabled & IC_USE_DHCP) ? "DHCP" : "BOOTP") : "",
(ic_proto_enabled & IC_USE_DHCP) &&
: (ic_proto_enabled & IC_USE_DHCP) ? "DHCP" : "BOOTP"),
: (ic_proto_used & IC_USE_DHCP) ? "DHCP" : "BOOTP");
ic_proto_used = ic_got_reply | (ic_proto_enabled & IC_USE_DHCP);
ic_proto_enabled &= ~(IC_RARP | IC_USE_DHCP);
ic_proto_enabled &= ~(IC_BOOTP | IC_USE_DHCP);
ic_proto_enabled &= ~IC_USE_DHCP; /* backward compat :-( */
if (ic_proto_enabled & IC_USE_DHCP)