Macros | |
#define | NETIF_FLAG_UP 0x01U |
Whether the network interface is 'up'. More... | |
#define | NETIF_FLAG_BROADCAST 0x02U |
If set, the netif has broadcast capability. More... | |
#define | NETIF_FLAG_LINK_UP 0x04U |
If set, the interface has an active link (set by the network interface driver). More... | |
#define | NETIF_FLAG_ETHARP 0x08U |
If set, the netif is an ethernet device using ARP. More... | |
#define | NETIF_FLAG_ETHERNET 0x10U |
If set, the netif is an ethernet device. More... | |
#define | NETIF_FLAG_IGMP 0x20U |
If set, the netif has IGMP capability. More... | |
#define | NETIF_FLAG_MLD6 0x40U |
If set, the netif has MLD6 capability. More... | |
#define NETIF_FLAG_BROADCAST 0x02U |
#define NETIF_FLAG_ETHARP 0x08U |
#define NETIF_FLAG_ETHERNET 0x10U |
#define NETIF_FLAG_IGMP 0x20U |
#define NETIF_FLAG_LINK_UP 0x04U |
#define NETIF_FLAG_MLD6 0x40U |