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

Subversion Repositories plasma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 319 to Rev 320
    Reverse comparison

Rev 319 → Rev 320

/trunk/kernel/tcpip.h
116,11 → 116,6
void HtmlInit(int UseFiles);
 
//netutil.c
typedef struct {
char *name;
int mode;
void (*func)();
} TelnetFunc_t;
void FtpdInit(int UseFiles);
IPSocket *FtpTransfer(uint32 ip, char *user, char *passwd,
char *filename, uint8 *buf, int size,
128,7 → 123,6
void TftpdInit(void);
IPSocket *TftpTransfer(uint32 ip, char *filename, uint8 *buffer, int size,
void (*callback)(uint8 *data, int bytes));
void TelnetInit(TelnetFunc_t *funcList);
void ConsoleInit(void);
 
#endif //__TCPIP_H__

powered by: WebSVN 2.1.0

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