#include "uip.h"#include "uip_arp.h"#include "tapdev.h"#include "timer.h"Defines | |
| #define | BUF ((struct uip_eth_hdr *)&uip_buf[0]) |
Functions | |
| int | main (void) |
| void | uip_log (char *m) |
| void | resolv_found (char *name, u16_t *ipaddr) |
| void | smtp_done (unsigned char code) |
| void | webclient_closed (void) |
| void | webclient_aborted (void) |
| void | webclient_timedout (void) |
| void | webclient_connected (void) |
| void | webclient_datahandler (char *data, u16_t len) |
| #define BUF ((struct uip_eth_hdr *)&uip_buf[0]) |
| int main | ( | void | ) |

1.6.1