Collaboration diagram for Network Configuration:
|
Data Structures | |
| struct | _CONFNET |
| Network configuration structure. More... | |
| struct | _CONFNET |
| Network configuration structure. More... | |
Defines | |
| #define | CONFNET_EE_OFFSET 64 |
| Non-volatile memory location. | |
| #define | CONFNET_MAX_IF 1 |
Typedefs | |
| typedef _CONFNET | CONFNET |
| Network configuration type. | |
Functions | |
| int | NutNetLoadConfig (CONST char *name) |
| Load network configuration from non-volatile memory. | |
| int | NutNetSaveConfig (void) |
| Save network configuration in non-volatile memory. | |
Variables | |
| CONFNET | confnet |
| Global network configuration structure. | |
| CONFNET | confnet |
| Global network configuration structure. | |
|
|
Non-volatile memory location. Offset into non-volatile memory, where Nut/Net stores the network configuration. The default may be overridden by the Configurator. |
|
|
Load network configuration from non-volatile memory. If no configuration is available in EEPROM, all configuration parameters are cleared to zero. Except the MAC address, which is set to the Ethernet broadcast address.
|
|
|
Save network configuration in non-volatile memory.
|
|
|
Global network configuration structure. Contains the current network configuration. Nut/Net will load this structure from non-volatile memory during initialization. |
|
|
Global network configuration structure. Contains the current network configuration. Nut/Net will load this structure from non-volatile memory during initialization. |