Nut/OS  5.0.5
API Reference
nicrtl.h File Reference

Network interface controller definitions. More...

#include <dev/netbuf.h>
#include <net/if_var.h>
Include dependency graph for nicrtl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _NICINFO
 Network interface controller information structure. More...

Defines

#define DEV_ETHER   devEth0

Typedefs

typedef struct _NICINFO NICINFO
 Network interface controller information type.

Functions

int NicInit (NUTDEVICE *dev)
 Initialize Ethernet hardware.
int NicOutput (NUTDEVICE *dev, NETBUF *nb)
 Send Ethernet packet.

Variables

NUTDEVICE devEth0
 Device information structure.
NUTDEVICE devEth0cs

Detailed Description

Network interface controller definitions.


Define Documentation

#define DEV_ETHER   devEth0

Typedef Documentation

typedef struct _NICINFO NICINFO

Network interface controller information type.


Variable Documentation