File nut/include/sys/confnet.h


Included Files


Preprocessor definitions

#define _SYS_CONFNET_H_

#define CONFNET_EE_OFFSET 64

#define CONFNET_MAX_IF 1


Typedef CONFNET

typedef struct _CONFNET CONFNET
See: Type struct _CONFNET

Type struct _CONFNET

struct _CONFNET
struct _CONFNET  
   {  
      uint8_t cd_size;  
      char cd_name[9];  
      uint8_t cdn_mac[6];  
      uint32_t cdn_ip_addr;  
      uint32_t cdn_ip_mask;  
      uint32_t cdn_gateway;  
      uint32_t cdn_cip_addr;  
   }  

External Variables

confnet
extern CONFNET confnet
Defined in: nut/boot/bootmon/config.c