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

Definition in file if_types.h.


Define Documentation

#define IFT_OTHER   0x01

Neither Ethernet and PPP, nor loopback.

Definition at line 54 of file if_types.h.

#define IFT_ETHER   0x06

Ethernet interface.

Definition at line 55 of file if_types.h.

Referenced by NutDhcpIfConfig(), NutIpOutput(), NutNetIfAddMcastAddr(), NutNetIfConfig2(), and NutNetIfDelMcastAddr().

#define IFT_PPP   0x17

PPP interface.

Definition at line 56 of file if_types.h.

Referenced by NutIpOutput(), and NutNetIfConfig2().

#define IFT_LOOP   0x18

Loopback interface.

Definition at line 57 of file if_types.h.