RF24Ethernet - TCP/IP over RF24Network v2.0.3
TMRh20 - Pushing the practical limits of RF24 modules
Loading...
Searching...
No Matches
RF24Ethernet.cpp File Reference
#include "RF24Ethernet.h"
Include dependency graph for RF24Ethernet.cpp:

Go to the source code of this file.

Functions

err_t netif_output (struct netif *netif, struct pbuf *p)
err_t tun_netif_output (struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr)
err_t netif_init (struct netif *myNetif)

Function Documentation

◆ netif_output()

err_t netif_output ( struct netif * netif,
struct pbuf * p )

Definition at line 89 of file RF24Ethernet.cpp.

References Ethernet, IF_ETH_DEBUG_L1, and RF24Ethernet.

Referenced by netif_init().

◆ tun_netif_output()

err_t tun_netif_output ( struct netif * netif,
struct pbuf * p,
const ip4_addr_t * ipaddr )

Definition at line 162 of file RF24Ethernet.cpp.

Referenced by netif_init().

◆ netif_init()

err_t netif_init ( struct netif * myNetif)

Definition at line 171 of file RF24Ethernet.cpp.

References Ethernet, netif_output(), and tun_netif_output().