IC_RARP
int do_rarp = ic_proto_have_if & IC_RARP;
if ((ic_proto_enabled ^ ic_proto_have_if) & IC_RARP)
if (do_rarp && (d->able & IC_RARP))
| IC_RARP
((ic_got_reply & IC_RARP) ? "RARP"
(ic_proto_used & IC_RARP) ? "RARP"
ic_proto_enabled &= ~IC_RARP;
ic_proto_enabled &= ~(IC_RARP | IC_USE_DHCP);
able |= IC_RARP;
ic_got_reply = IC_RARP;