Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

net/if_var.h File Reference

Network interface structure. More...


Data Structures

struct  _ARPENTRY
 ARP entry structure. More...

struct  _PPP_PARAMS
struct  ifnet
 Network interface structure. More...


Defines

#define ATF_COM
 Completed entry.

#define ATF_PERM
 Permanent entry.


Typedefs

typedef _ARPENTRY ARPENTRY
 ARP entry type.

typedef ifnet IFNET
 Network interface type.


Functions

int NutNetIfConfig (CONST char *name, void *mac_dev, u_long ip_addr, u_long ip_mask)
 Configure a network interface.

int NutNetIfSetup (NUTDEVICE *dev, u_long ip_addr, u_long ip_mask, u_long gateway)
int NutNetLoadConfig (CONST char *name)
 Load network configuration from EEPROM.

int NutNetSaveConfig (void)
 Save network configuration in EEPROM.

int NutNetAutoConfig (CONST char *name)
 Automatically configure a network interface.


Detailed Description

Network interface structure.

Each network device in Nut/Net has an associated network interface structure.


© 2000-2003 by egnite Software GmbH - visit http://www.ethernut.de/