RTEMS CPU Kit with SuperCore
4.11.3
|
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <rpc/rpc.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <errno.h>
#include <sys/select.h>
Data Structures | |
struct | tcp_rendezvous |
struct | tcp_conn |
Functions | |
static int | writetcp (char *, char *, int) |
SVCXPRT * | svctcp_create (int sock, u_int sendsize, u_int recvsize) |
SVCXPRT * | svcfd_create (int fd, u_int sendsize, u_int recvsize) |