#include <net/if_var.h>
Data Fields | |
u_char | if_type |
Interface type. More... | |
u_char | if_mac [6] |
Hardware net address. | |
u_long | if_local_ip |
IP address. | |
u_long | if_remote_ip |
Remote IP address for point to point. | |
u_long | if_mask |
IP network mask. | |
u_short | if_mtu |
Maximum size of a transmission unit. | |
u_short | if_pkt_id |
Packet identifier. | |
ARPENTRY* | arpTable |
Linked list of arp entries. | |
void (* | if_recv )(NUTDEVICE *, NETBUF *) |
Receive routine. | |
int (* | if_send )(NUTDEVICE *, NETBUF *, u_char) |
Send routine. |
Contains information about the network interface.
|
Interface type. Nut/Net supports IFT_ETHER only. |