#include <D:/git/git_canopus_1/softpack/samv7/toolkits/mdk_v71/ARM/examples/Atmel/SAMV71_Xplained_Ultra/libraries/liblwip/source/lwip_1.3.2/src/include/lwip/netif.h>
Detailed Description
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
Definition at line 88 of file netif.h.
Field Documentation
flags (see NETIF_FLAG_ above)
Definition at line 141 of file netif.h.
link level hardware address of this interface
Definition at line 139 of file netif.h.
number of bytes used in hwaddr
Definition at line 137 of file netif.h.
This function is called by the network device driver to pass a packet up the TCP/IP stack.
Definition at line 99 of file netif.h.
IP address configuration in network byte order
Definition at line 93 of file netif.h.
This function is called by the ARP module when it wants to send a packet on the interface. This function outputs the pbuf as-is on the link medium.
Definition at line 108 of file netif.h.
maximum transfer unit (in bytes)
Definition at line 135 of file netif.h.
descriptive abbreviation
Definition at line 143 of file netif.h.
pointer to next in linked list
Definition at line 90 of file netif.h.
number of this interface
Definition at line 145 of file netif.h.
This function is called by the IP module when it wants to send a packet on the interface. This function typically first resolves the hardware address, then sends the packet.
Definition at line 103 of file netif.h.
This field can be set by the device driver and could point to state information for the device.
Definition at line 121 of file netif.h.
The documentation for this struct was generated from the following file:
- libraries/liblwip/source/lwip_1.3.2/src/include/lwip/netif.h