patch-2.2.0-pre5 linux/include/net/ipconfig.h
Next file: linux/ipc/util.c
Previous file: linux/include/linux/wavefront.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Jan 4 15:31:35 1999
- Orig file:
v2.2.0-pre4/linux/include/net/ipconfig.h
- Orig date:
Sun Nov 30 14:00:39 1997
diff -u --recursive --new-file v2.2.0-pre4/linux/include/net/ipconfig.h linux/include/net/ipconfig.h
@@ -1,5 +1,5 @@
/*
- * $Id: ipconfig.h,v 1.2 1997/10/17 12:41:16 mj Exp $
+ * $Id: ipconfig.h,v 1.3 1999/01/04 20:13:29 davem Exp $
*
* Copyright (C) 1997 Martin Mares
*
@@ -12,8 +12,10 @@
extern u32 ic_servaddr;
extern u32 ic_gateway;
extern u32 ic_netmask;
-extern int ic_bootp_flag;
-extern int ic_rarp_flag;
extern int ic_enable;
extern int ic_host_name_set;
extern int ic_set_manually;
+extern int ic_proto_enabled;
+
+#define IC_BOOTP 1
+#define IC_RARP 2
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov