|
RTEMS CPU Kit with SuperCore
4.11.2
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <rpc/types.h>#include <rpc/xdr.h>#include <netinet/in.h>#include <unistd.h>
Data Structures | |
| struct | rec_strm |
Macros | |
| #define | LAST_FRAG ((u_int32_t)(1L << 31)) |
Typedefs | |
| typedef struct rec_strm | RECSTREAM |
Functions | |
| void | xdrrec_create (XDR *xdrs, u_int sendsize, u_int recvsize, caddr_t tcp_handle, int(*readit)(char *, char *, int), int(*writeit)(char *, char *, int)) |
| bool_t | xdrrec_skiprecord (XDR *xdrs) |
| bool_t | xdrrec_eof (XDR *xdrs) |
| bool_t | xdrrec_endofrecord (XDR *xdrs, bool_t sendnow) |
1.8.13