IC_BOOTP
ic_got_reply = IC_BOOTP;
int do_bootp = ic_proto_have_if & IC_BOOTP;
| IC_BOOTP
if ((ic_proto_enabled ^ ic_proto_have_if) & IC_BOOTP)
if (do_bootp && (d->able & IC_BOOTP))
if ((ic_got_reply & IC_BOOTP) &&
ic_proto_enabled &= ~(IC_BOOTP | IC_USE_DHCP);
able |= IC_BOOTP;
if (able & IC_BOOTP)