|
RetroArch
|
#include "lwip/opt.h"#include "lwip/def.h"#include "lwip/mem.h"#include "lwip/pbuf.h"#include "lwip/sys.h"#include "netif/etharp.h"Classes | |
| struct | ethernetif |
Macros | |
| #define | IFNAME0 'e' |
| #define | IFNAME1 'n' |
Functions | |
| static void | ethernetif_input (struct netif *netif) |
| static err_t | ethernetif_output (struct netif *netif, struct pbuf *p, struct ip_addr *ipaddr) |
| static void | low_level_init (struct netif *netif) |
| static err_t | low_level_output (struct ethernetif *ethernetif, struct pbuf *p) |
| static struct pbuf * | low_level_input (struct ethernetif *ethernetif) |
| static void | arp_timer (void *arg) |
| void | ethernetif_init (struct netif *netif) |
Variables | |
| static const struct eth_addr | ethbroadcast = {{0xff,0xff,0xff,0xff,0xff,0xff}} |
| #define IFNAME0 'e' |
| #define IFNAME1 'n' |
|
static |
|
static |
|
static |
1.8.15