Lines Matching refs:IC_USE_DHCP
124 | IC_USE_DHCP
851 if (ic_proto_enabled & IC_USE_DHCP)
1052 if (ic_proto_enabled & IC_USE_DHCP) {
1215 ? ((ic_proto_enabled & IC_USE_DHCP) ? "DHCP" : "BOOTP") : "",
1242 (ic_proto_enabled & IC_USE_DHCP) &&
1290 : (ic_proto_enabled & IC_USE_DHCP) ? "DHCP" : "BOOTP"),
1310 : (ic_proto_used & IC_USE_DHCP) ? "DHCP" : "BOOTP");
1562 ic_proto_used = ic_got_reply | (ic_proto_enabled & IC_USE_DHCP);
1665 ic_proto_enabled &= ~(IC_RARP | IC_USE_DHCP);
1671 ic_proto_enabled &= ~(IC_BOOTP | IC_USE_DHCP);
1677 ic_proto_enabled &= ~IC_USE_DHCP; /* backward compat :-( */