URL
https://opencores.org/ocsvn/mlite/mlite/trunk
[/] [mlite/] [trunk/] [kernel/] [tcpip.h] - Diff between revs 247 and 250
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 247 |
Rev 250 |
Line 83... |
Line 83... |
void IPWriteFlush(IPSocket *socket);
|
void IPWriteFlush(IPSocket *socket);
|
uint32 IPWrite(IPSocket *socket, const uint8 *buf, uint32 length);
|
uint32 IPWrite(IPSocket *socket, const uint8 *buf, uint32 length);
|
uint32 IPRead(IPSocket *socket, uint8 *buf, uint32 length);
|
uint32 IPRead(IPSocket *socket, uint8 *buf, uint32 length);
|
void IPClose(IPSocket *socket);
|
void IPClose(IPSocket *socket);
|
void IPPrintf(IPSocket *socket, char *message);
|
void IPPrintf(IPSocket *socket, char *message);
|
void IPResolve(char *mame, IPFuncPtr resolvedFunc, void *arg);
|
void IPResolve(char *name, IPFuncPtr resolvedFunc, void *arg);
|
uint32 IPAddressSelf(void);
|
uint32 IPAddressSelf(void);
|
|
|
//http.c
|
//http.c
|
#define HTML_LENGTH_CALLBACK -2
|
#define HTML_LENGTH_CALLBACK -2
|
#define HTML_LENGTH_LIST_END -1
|
#define HTML_LENGTH_LIST_END -1
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.