Searched refs:ic_proto_used (Results 1 – 1 of 1) sorted by relevance
154 static int ic_proto_used; /* Protocol used, if any */ variable156 #define ic_proto_used 0 macro1300 if (ic_proto_used & IC_PROTO) in pnp_seq_show()1302 (ic_proto_used & IC_RARP) ? "RARP" in pnp_seq_show()1303 : (ic_proto_used & IC_USE_DHCP) ? "DHCP" : "BOOTP"); in pnp_seq_show()1557 ic_proto_used = ic_got_reply | (ic_proto_enabled & IC_USE_DHCP); in ip_auto_config()