IFNET Struct Reference
[IP]
Network interface structure.
More...
Detailed Description
Network interface structure.
Network interface type.
Contains information about the network interface.
Definition at line 190 of file if_var.h.
Field Documentation
Interface type. Either IFT_ETHER or IFT_PPP.
Definition at line 191 of file if_var.h.
Interface flags.
Definition at line 194 of file if_var.h.
Hardware net address.
Definition at line 195 of file if_var.h.
Remote IP address for point to point.
Definition at line 197 of file if_var.h.
IP network mask.
Definition at line 198 of file if_var.h.
Maximum size of a transmission unit.
Definition at line 199 of file if_var.h.
Packet identifier.
Definition at line 200 of file if_var.h.
ARPENTRY* IFNET::arpTable |
Linked list of arp entries.
Definition at line 201 of file if_var.h.
MCASTENTRY* IFNET::if_mcast |
Linked list of multicast address entries.
Definition at line 202 of file if_var.h.
void(* IFNET::if_recv)(NUTDEVICE *, NETBUF *) |
Receive routine.
Definition at line 203 of file if_var.h.
int(* IFNET::if_send)(NUTDEVICE *, NETBUF *) |
Media output routine.
Definition at line 205 of file if_var.h.
int(* IFNET::if_ioctl)(NUTDEVICE *, int, void *) |
Interface specific control function.
Definition at line 206 of file if_var.h.
The documentation for this struct was generated from the following file: