OpenCores
URL https://opencores.org/ocsvn/mlite/mlite/trunk

Subversion Repositories mlite

[/] [mlite/] [trunk/] [kernel/] [tcpip.h] - Diff between revs 208 and 216

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 208 Rev 216
Line 82... Line 82...
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);
uint32 IPResolve(char *mame, IPFuncPtr resolvedFunc, void *arg);
void IPResolve(char *mame, 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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.