1 /*
2 * $Id: ipconfig.h,v 1.3 1999/01/04 20:13:29 davem Exp $
3 *
4 * Copyright (C) 1997 Martin Mares
5 *
6 * Automatic IP Layer Configuration
7 */
8
9 extern __u32 root_server_addr;
10 extern u8 root_server_path[];
11 extern u32 ic_myaddr;
12 extern u32 ic_servaddr;
13 extern u32 ic_gateway;
14 extern u32 ic_netmask;
15 extern int ic_enable;
16 extern int ic_host_name_set;
17 extern int ic_set_manually;
18 extern int ic_proto_enabled;
19
20 #define IC_BOOTP 1
21 #define IC_RARP 2
22
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.