netif_linkoutput_fn
Function prototype for netif->linkoutput functions. Only used for ethernet netifs. This function is called by ARP when a packet shall be sent.
Syntax
typedef err_t (*netif_linkoutput_fn)(struct netif *netif, struct pbuf *p); ![]()
typedef err_t (*netif_linkoutput_fn)(struct netif *netif, struct pbuf *p);