Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
ipconfig.h File Reference

Go to the source code of this file.

Macros

#define IC_PROTO   0xFF /* Protocols mask: */
 
#define IC_BOOTP   0x01 /* BOOTP (or DHCP, see below) */
 
#define IC_RARP   0x02 /* RARP */
 
#define IC_USE_DHCP   0x100 /* If on, use DHCP instead of BOOTP */
 

Variables

int ic_proto_enabled
 
int ic_set_manually
 
__be32 ic_myaddr
 
__be32 ic_gateway
 
__be32 ic_servaddr
 
__be32 root_server_addr
 
u8 root_server_path []
 

Macro Definition Documentation

#define IC_BOOTP   0x01 /* BOOTP (or DHCP, see below) */

Definition at line 23 of file ipconfig.h.

#define IC_PROTO   0xFF /* Protocols mask: */

Definition at line 22 of file ipconfig.h.

#define IC_RARP   0x02 /* RARP */

Definition at line 24 of file ipconfig.h.

#define IC_USE_DHCP   0x100 /* If on, use DHCP instead of BOOTP */

Definition at line 25 of file ipconfig.h.

Variable Documentation

__be32 ic_gateway

Definition at line 136 of file ipconfig.c.

__be32 ic_myaddr

Definition at line 134 of file ipconfig.c.

int ic_proto_enabled
__be32 ic_servaddr

Definition at line 138 of file ipconfig.c.

int ic_set_manually
__be32 root_server_addr

Definition at line 140 of file ipconfig.c.

u8 root_server_path[]

Definition at line 141 of file ipconfig.c.