|
RTEMS CPU Kit with SuperCore
4.11.3
|
XDR Implementation Using mbuf Buffersxdr_mbuf is derived from xdr_mem. More...
#include <string.h>#include <rpc/types.h>#include <rpc/xdr.h>#include <netinet/in.h>#include <stdlib.h>#include <sys/mbuf.h>#include <assert.h>#include <stdio.h>
Data Structures | |
| struct | MBPrivateRec_ |
Macros | |
| #define | TODO |
| #define | DEBUG_ASSERT (1<<0) |
| #define | DEBUG_VERB (1<<1) |
| #define | DEBUG DEBUG_ASSERT |
| #define | _KERNEL |
Typedefs | |
| typedef struct MBPrivateRec_ | MBPrivateRec |
| typedef struct MBPrivateRec_ * | MBPrivate |
Functions | |
| void | xdrmbuf_create (XDR *xdrs, struct mbuf *mbuf, enum xdr_op op) |
XDR Implementation Using mbuf Buffers
xdr_mbuf is derived from xdr_mem.
1.8.13