#include <lib/kmalloc.h>#include <lib/kprintf.h>#include <string.h>#include "net/mem.h"#include "net/debug.h"#include "net/def.h"#include "net/api.h"#include "net/stats.h"Go to the source code of this file.
Functions | |
| void | bot_init (void) |
| static void | bot_thread (void *arg) |
| void bot_init | ( | void | ) |
| static void bot_thread | ( | void * | arg | ) | [static] |
Definition at line 56 of file bot.c.
References IP4_ADDR, kprintf(), netbuf_copy(), netbuf_delete(), netbuf_len(), netconn_connect(), netconn_new(), netconn_recv(), NETCONN_TCP, and NULL.
Referenced by bot_init().
1.4.7