Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
struct netif *
pointer to next in linked list.
IP address configuration in network byte order.
This function is called by the network device driver to pass a packet up the TCP/IP stack.
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. For ethernet physical layer, this is usually etharp_output().
This function is called by ethernet_output() when it wants to send a packet on the interface. This function outputs the pbuf as-is on the link medium.
This function is called when the netif link is set to up or down.
void *
This field can be set by the device driver and could point to state information for the device.
maximum transfer unit (in bytes).
link level hardware address of this interface.
number of bytes used in hwaddr.
flags (@see netif_flags).
char[2]
descriptive abbreviation.
number of this interface. Used for if_api and netifapi_netif, as well as for IPv6 zones.
Number of Router Solicitation messages that remain to be sent.

References

from examples