UbixOS
2.0
|
#include <lib/kmalloc.h>
#include <ubixos/fork.h>
#include <string.h>
#include "net/mem.h"
#include "net/debug.h"
#include "net/def.h"
#include <net/api.h>
#include "net/stats.h"
#include "lib/kprintf.h"
Go to the source code of this file.
Macros | |
#define | ECLOSED -4 |
#define | ESUCCESS 0 |
#define | ESYNTAX -1 |
#define | ETOOFEW -2 |
#define | ETOOMANY -3 |
#define | NCONNS 10 |
Functions | |
void | shell_thread (void *arg) |
Variables | |
char * | buffer = 0x0 |
void shell_thread | ( | void * | arg | ) |
Definition at line 95 of file shell.c.
References buffer, and kmalloc().
Referenced by net_init().
char* buffer = 0x0 |
Definition at line 47 of file shell.c.
Referenced by fatfs_filename_to_lfn(), fl_fread(), fl_fwrite(), lwip_strnstr(), media_read(), media_write(), readUbixFS(), ogDisplay_UbixOS::SetMode(), shell_thread(), sys_write(), and udpecho_thread().