Searched refs:ic_proto_used (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/ipv4/
H A Dipconfig.c155 static int ic_proto_used; /* Protocol used, if any */ variable
1315 if (ic_proto_used & IC_PROTO) pnp_seq_show()
1317 (ic_proto_used & IC_RARP) ? "RARP" pnp_seq_show()
1318 : (ic_proto_used & IC_USE_DHCP) ? "DHCP" : "BOOTP"); pnp_seq_show()
1525 ic_proto_used = ic_got_reply | (ic_proto_enabled & IC_USE_DHCP); ip_auto_config()

Completed in 68 milliseconds