summaryrefslogtreecommitdiffstats
path: root/include/net/ipconfig.h
blob: f93569461531a84a4361ddae79d54cef6778976b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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