Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dipconfig.c151 static int ic_proto_used; /* Protocol used, if any */ variable
1301 if (ic_proto_used & IC_PROTO) in pnp_seq_show()
1303 (ic_proto_used & IC_RARP) ? "RARP" in pnp_seq_show()
1304 : (ic_proto_used & IC_USE_DHCP) ? "DHCP" : "BOOTP"); in pnp_seq_show()
1511 ic_proto_used = ic_got_reply | (ic_proto_enabled & IC_USE_DHCP); in ip_auto_config()