Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <memory.h>
#include <stdlib.h>
#include <string.h>
#include <tcp.h>
Functions | |
int | tcpSend (struct tcb *tcbptr, uchar ctrl, uint seqnum, uint acknum, uint datastart, ushort datalen) |