Main Page   Modules   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  ifnet
 Network interface structure. More...


Defines

#define ATF_COM
 Completed entry.

#define ATF_PERM
 Permanent entry.


Typedefs

typedef struct _ARPENTRY ARPENTRY
 ARP entry type.

typedef struct ifnet IFNET
 Network interface type.


Functions

int NutNetIfConfig (const char *name, const u_char *mac, u_long ip_addr, u_long ip_mask)
 Configure a network interface. More...

int NutNetIfSetup (NUTDEVICE *dev, u_long ip_addr, u_long ip_mask, u_long gateway)
int NutNetLoadConfig (const char *name)
int NutNetSaveConfig (void)
int NutNetAutoConfig (const char *name)
 Configure a network interface using EEPROM values. More...


Detailed Description

Network interface structure.

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


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