Nut/OS  4.10.3
API Reference
confnet.h File Reference

Header file for network configuration. More...

#include <sys/types.h>
#include <cfg/eeprom.h>
#include <stdint.h>
Include dependency graph for confnet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _CONFNET
 Network configuration structure. More...

Defines

#define CONFNET_EE_OFFSET   64
 Non-volatile memory location.
#define CONFNET_MAX_IF   1

Typedefs

typedef struct _CONFNET CONFNET
 Network configuration type.

Variables

CONFNET confnet
 Global network configuration structure.

Detailed Description

Header file for network configuration.

 *
 * $Log$
 * Revision 1.6  2008/10/05 16:47:04  haraldkipp
 * Removed attribute 'packed' from typedef.
 *
 * Revision 1.5  2008/08/11 07:00:25  haraldkipp
 * BSD types replaced by stdint types (feature request #1282721).
 *
 * Revision 1.4  2006/05/25 09:17:28  haraldkipp
 * Allow configuration of location used in non-volatile memory.
 * API documentation updated and corrected.
 *
 * Revision 1.3  2006/03/16 15:25:34  haraldkipp
 * Changed human readable strings from uint8_t to char to stop GCC 4 from
 * nagging about signedness.
 *
 * Revision 1.2  2006/01/23 17:34:29  haraldkipp
 * Configuration structures must be packed.
 *
 * Revision 1.1.1.1  2003/05/09 14:41:18  haraldkipp
 * Initial using 3.2.1
 *
 * Revision 1.4  2003/02/04 18:00:52  harald
 * Version 3 released
 *
 * Revision 1.3  2002/06/26 17:29:28  harald
 * First pre-release with 2.4 stack
 *
 * 

Definition in file confnet.h.