#include <stdio.h>
#include <string.h>
#include "../proj/cli/debug.h"
#include "uipopt.h"
#include "psock.h"
#include "uip.h"
Go to the source code of this file.
Define Documentation
#define STATE_BLOCKED_CLOSE 4 |
#define STATE_BLOCKED_NEWDATA 3 |
#define STATE_BLOCKED_SEND 5 |
#define STATE_DATA_SENT 6 |
Function Documentation
PT_THREAD |
( |
psock_generator_send(register struct psock *s,unsigned short(*generate)(void *), void *arg) |
|
) |
|
PT_THREAD |
( |
psock_send(register struct psock *s, const char *buf,unsigned int len) |
|
) |
|