ON Semiconductor / mbed-os

Dependents:   mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510

Embed: (wiki syntax)

« Back to documentation index

lwip_ethernet.h File Reference

lwip_ethernet.h File Reference

Ethernet input function - handles INCOMING ethernet level traffic To be used in most low-level netif implementations. More...

Go to the source code of this file.

Data Structures

struct  eth_hdr
 Ethernet header. More...
struct  eth_vlan_hdr
 VLAN header inserted between ethernet header and payload if 'type' in ethernet header is ETHTYPE_VLAN. More...

Functions

err_t ethernet_input (struct pbuf *p, struct netif *netif)
 Process received ethernet frames.

Detailed Description

Ethernet input function - handles INCOMING ethernet level traffic To be used in most low-level netif implementations.

Definition in file lwip_ethernet.h.