#include "board.h"
#include "uip.h"
#include "uip_arp.h"
#include "gmac_tapdev.h"
#include "timer.h"
Go to the source code of this file.
Defines | |
#define | BUF ((struct uip_eth_hdr *)&uip_buf[0]) |
Functions | |
void | uip_log (char *m) |
int | main (void) |
gmac_uip_telnetd example entry point. |
This file contains all the specific code for the gmac_uip_telnetd example.
Definition in file main.c.