Network interface type definitions. More...
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. | |
Network interface type definitions.
| #define IFT_OTHER 0x01 |
Neither Ethernet and PPP, nor loopback.
| #define IFT_ETHER 0x06 |
Ethernet interface.
Referenced by NutDhcpIfConfig(), NutIpOutput(), NutNetIfAddMcastAddr(), NutNetIfConfig2(), and NutNetIfDelMcastAddr().
| #define IFT_PPP 0x17 |
PPP interface.
Referenced by NutIpOutput(), and NutNetIfConfig2().
| #define IFT_LOOP 0x18 |
Loopback interface.