diff options
author | Roland McGrath <roland@gnu.org> | 2000-02-04 03:21:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-02-04 03:21:18 +0000 |
commit | 9fd51e9b0ad33a89a83fdbbb66bd20d85f7893fb (patch) | |
tree | 8845b79f170028cb4380045c50277bbf075b5b7d /pfinet/linux-src/include/net/ipconfig.h | |
download | hurd-9fd51e9b0ad33a89a83fdbbb66bd20d85f7893fb.tar.gz hurd-9fd51e9b0ad33a89a83fdbbb66bd20d85f7893fb.tar.bz2 hurd-9fd51e9b0ad33a89a83fdbbb66bd20d85f7893fb.zip |
Import of Linux 2.2.12 subset (ipv4 stack and related)
Diffstat (limited to 'pfinet/linux-src/include/net/ipconfig.h')
-rw-r--r-- | pfinet/linux-src/include/net/ipconfig.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pfinet/linux-src/include/net/ipconfig.h b/pfinet/linux-src/include/net/ipconfig.h new file mode 100644 index 00000000..f9356946 --- /dev/null +++ b/pfinet/linux-src/include/net/ipconfig.h @@ -0,0 +1,21 @@ +/* + * $Id: ipconfig.h,v 1.3 1999/01/04 20:13:29 davem Exp $ + * + * Copyright (C) 1997 Martin Mares + * + * Automatic IP Layer Configuration + */ + +extern __u32 root_server_addr; +extern u8 root_server_path[]; +extern u32 ic_myaddr; +extern u32 ic_servaddr; +extern u32 ic_gateway; +extern u32 ic_netmask; +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 |