Nut/OS  5.0.5
API Reference
if_types.h File Reference

Network interface type definitions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define IFT_OTHER   0x01
 Neither Ethernet and PPP, nor loopback.
#define IFT_ETHER   0x06
 Ethernet interface.
#define IFT_PPP   0x17
 PPP interface.
#define IFT_LOOP   0x18
 Loopback interface.

Detailed Description

Network interface type definitions.


Define Documentation

#define IFT_OTHER   0x01

Neither Ethernet and PPP, nor loopback.

#define IFT_ETHER   0x06
#define IFT_PPP   0x17

PPP interface.

Referenced by NutIpOutput(), and NutNetIfConfig2().

#define IFT_LOOP   0x18

Loopback interface.