Lines Matching refs:IC_USE_DHCP
123 | IC_USE_DHCP
878 if (ic_proto_enabled & IC_USE_DHCP)
1080 if (ic_proto_enabled & IC_USE_DHCP) {
1245 ? ((ic_proto_enabled & IC_USE_DHCP) ? "DHCP" : "BOOTP") : "",
1272 (ic_proto_enabled & IC_USE_DHCP) &&
1320 : (ic_proto_enabled & IC_USE_DHCP) ? "DHCP" : "BOOTP"),
1340 : (ic_proto_used & IC_USE_DHCP) ? "DHCP" : "BOOTP");
1598 ic_proto_used = ic_got_reply | (ic_proto_enabled & IC_USE_DHCP);
1701 ic_proto_enabled &= ~(IC_RARP | IC_USE_DHCP);
1707 ic_proto_enabled &= ~(IC_BOOTP | IC_USE_DHCP);
1713 ic_proto_enabled &= ~IC_USE_DHCP; /* backward compat :-( */