Searched refs:ic_proto_used (Results 1 – 1 of 1) sorted by relevance
156 static int ic_proto_used; /* Protocol used, if any */ variable158 #define ic_proto_used 0 macro1304 if (ic_proto_used & IC_PROTO) in pnp_seq_show()1306 (ic_proto_used & IC_RARP) ? "RARP" in pnp_seq_show()1307 : (ic_proto_used & IC_USE_DHCP) ? "DHCP" : "BOOTP"); in pnp_seq_show()1559 ic_proto_used = ic_got_reply | (ic_proto_enabled & IC_USE_DHCP); in ip_auto_config()