#include "net/netif.h"Go to the source code of this file.
Functions | |
| void | ethernetif_init (struct netif *netif) |
| void ethernetif_init | ( | struct netif * | netif | ) |
Definition at line 325 of file ethernetif.c.
References arp_init(), arp_timer(), ARP_TMR_INTERVAL, ethernetif_output(), netif::hwaddr, IFNAME0, IFNAME1, netif::linkoutput, low_level_init(), low_level_output(), mem_malloc(), netif::name, NULL, netif::output, netif::state, and sys_timeout().
Referenced by netMainThread().
1.4.7