Dependents:
Nucleo
« Back to documentation index
_NetInterface Struct Reference
Structure describing a network interface.
More...
#include <net.h >
Detailed Description
Structure describing a network interface.
Definition at line 146 of file net.h .
Field Documentation
ARP cache.
Definition at line 176 of file net.h .
Auto-IP context.
Definition at line 182 of file net.h .
Configuration done.
Definition at line 167 of file net.h .
DHCP client context.
Definition at line 185 of file net.h .
DHCP server context.
Definition at line 188 of file net.h .
DHCPv6 client context.
Definition at line 204 of file net.h .
Duplex mode.
Definition at line 166 of file net.h .
EUI-64 interface identifier.
Definition at line 149 of file net.h .
External interrupt line driver.
Definition at line 159 of file net.h .
Host name.
Definition at line 151 of file net.h .
A unique number identifying the interface.
Definition at line 148 of file net.h .
An IGMPv1 query has been recently heard.
Definition at line 179 of file net.h .
IGMPv1 router present timer.
Definition at line 178 of file net.h .
IPv4 context.
Definition at line 175 of file net.h .
IPv6 context.
Definition at line 193 of file net.h .
Link speed.
Definition at line 165 of file net.h .
Link state.
Definition at line 164 of file net.h .
Link-layer address.
Definition at line 170 of file net.h .
Multicast MAC filter.
Definition at line 171 of file net.h .
mDNS responder context
Definition at line 209 of file net.h .
char_t name [NET_MAX_IF_NAME_LEN+1]
A unique name identifying the interface.
Definition at line 150 of file net.h .
NDP context.
Definition at line 195 of file net.h .
RA service context.
Definition at line 198 of file net.h .
Driver specific context.
Definition at line 160 of file net.h .
NIC driver.
Definition at line 154 of file net.h .
A NIC event is pending.
Definition at line 162 of file net.h .
Network controller TX event.
Definition at line 161 of file net.h .
PHY address.
Definition at line 156 of file net.h .
PHY driver.
Definition at line 155 of file net.h .
A PHY event is pending.
Definition at line 163 of file net.h .
DNS-SD context.
PPP context
Definition at line 217 of file net.h .
Proxy server name.
Definition at line 152 of file net.h .
Proxy server port.
Definition at line 153 of file net.h .
SLAAC context.
Definition at line 201 of file net.h .
Underlying SPI driver.
Definition at line 157 of file net.h .
Underlying UART driver.
Definition at line 158 of file net.h .