Nut/OS  4.10.3
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.

Definition in file nicrtl.h.


Define Documentation

#define DEV_ETHER   devEth0

Definition at line 99 of file nicrtl.h.


Typedef Documentation

typedef struct _NICINFO NICINFO

Network interface controller information type.

Definition at line 88 of file nicrtl.h.


Variable Documentation

Definition at line 140 of file eth0cs.c.