|
RF24Ethernet - TCP/IP over RF24Network v2.0.3
TMRh20 - Pushing the practical limits of RF24 modules
|
#include "RF24Ethernet.h"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) |
| 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().
| 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().
| err_t netif_init | ( | struct netif * | myNetif | ) |
Definition at line 171 of file RF24Ethernet.cpp.
References Ethernet, netif_output(), and tun_netif_output().