RTEMS
5.1
|
XDR Implementation Using mbuf Buffers. More...
#include <sys/param.h>
#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>
#include "nfsclient-private.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