Searched refs:ic_proto_used (Results 1 – 1 of 1) sorted by relevance
155 static int ic_proto_used; /* Protocol used, if any */ variable1315 if (ic_proto_used & IC_PROTO) in pnp_seq_show()1317 (ic_proto_used & IC_RARP) ? "RARP" in pnp_seq_show()1318 : (ic_proto_used & IC_USE_DHCP) ? "DHCP" : "BOOTP"); in pnp_seq_show()1525 ic_proto_used = ic_got_reply | (ic_proto_enabled & IC_USE_DHCP); in ip_auto_config()