ic_proto_enabled  687 arch/sparc/kernel/setup_64.c 			ic_proto_enabled = 0;
ic_proto_enabled   10 include/net/ipconfig.h extern int ic_proto_enabled;	/* Protocols enabled (see IC_xxx) */
ic_proto_enabled  119 net/ipv4/ipconfig.c int ic_proto_enabled __initdata = 0
ic_proto_enabled  239 net/ipv4/ipconfig.c 			able &= ic_proto_enabled;
ic_proto_enabled  240 net/ipv4/ipconfig.c 			if (ic_proto_enabled && !able)
ic_proto_enabled  851 net/ipv4/ipconfig.c 	if (ic_proto_enabled & IC_USE_DHCP)
ic_proto_enabled 1049 net/ipv4/ipconfig.c 		if (ic_proto_enabled & IC_USE_DHCP) {
ic_proto_enabled 1172 net/ipv4/ipconfig.c 	if (!ic_proto_enabled) {
ic_proto_enabled 1178 net/ipv4/ipconfig.c 	if ((ic_proto_enabled ^ ic_proto_have_if) & IC_BOOTP)
ic_proto_enabled 1182 net/ipv4/ipconfig.c 	if ((ic_proto_enabled ^ ic_proto_have_if) & IC_RARP)
ic_proto_enabled 1212 net/ipv4/ipconfig.c 		  ? ((ic_proto_enabled & IC_USE_DHCP) ? "DHCP" : "BOOTP") : "",
ic_proto_enabled 1239 net/ipv4/ipconfig.c 		    (ic_proto_enabled & IC_USE_DHCP) &&
ic_proto_enabled 1287 net/ipv4/ipconfig.c 		: (ic_proto_enabled & IC_USE_DHCP) ? "DHCP" : "BOOTP"),
ic_proto_enabled 1550 net/ipv4/ipconfig.c 	ic_proto_used = ic_got_reply | (ic_proto_enabled & IC_USE_DHCP);
ic_proto_enabled 1629 net/ipv4/ipconfig.c 		ic_proto_enabled &= ~IC_RARP;
ic_proto_enabled 1649 net/ipv4/ipconfig.c 		ic_proto_enabled &= ~(IC_RARP | IC_USE_DHCP);
ic_proto_enabled 1655 net/ipv4/ipconfig.c 		ic_proto_enabled &= ~(IC_BOOTP | IC_USE_DHCP);
ic_proto_enabled 1661 net/ipv4/ipconfig.c 		ic_proto_enabled &= ~IC_USE_DHCP; /* backward compat :-( */