1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 3 * Copyright (C) 1997 Martin Mares 4 * 5 * Automatic IP Layer Configuration 6 */ 7 8 /* The following are initdata: */ 9 10 #include <linux/types.h> 11 12 extern int ic_proto_enabled; /* Protocols e 13 extern int ic_set_manually; /* IPconfig pa 14 15 extern __be32 ic_myaddr; /* My 16 extern __be32 ic_gateway; /* Gat 17 18 extern __be32 ic_servaddr; /* Boo 19 20 extern __be32 root_server_addr; /* Address of 21 extern u8 root_server_path[]; /* Path to mou 22 23 24 /* bits in ic_proto_{enabled,used} */ 25 #define IC_PROTO 0xFF /* Protocols m 26 #define IC_BOOTP 0x01 /* BOOTP (or 27 #define IC_RARP 0x02 /* RARP */ 28 #define IC_USE_DHCP 0x100 /* If on, use 29
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.