uc-sdk
|
#include <netif.h>
Public Attributes | |
struct netif * | next |
ip_addr_t | ip_addr |
ip_addr_t | netmask |
ip_addr_t | gw |
netif_input_fn | input |
netif_output_fn | output |
netif_linkoutput_fn | linkoutput |
void * | state |
u16_t | mtu |
u8_t | hwaddr_len |
u8_t | hwaddr [NETIF_MAX_HWADDR_LEN] |
u8_t | flags |
char | name [2] |
u8_t | num |
Generic data structure used for all lwIP network interfaces. The following fields should be filled in by the initialization function for the device driver: hwaddr_len, hwaddr[], mtu, flags
u8_t netif::hwaddr[NETIF_MAX_HWADDR_LEN] |
netif_input_fn netif::input |
ip_addr_t netif::ip_addr |
netif_linkoutput_fn netif::linkoutput |
netif_output_fn netif::output |
void* netif::state |