XDR Implementation Using mbuf Buffersxdr_mbuf is derived from xdr_mem.
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"
|
#define | TODO |
|
#define | DEBUG_ASSERT (1<<0) |
|
#define | DEBUG_VERB (1<<1) |
|
#define | DEBUG DEBUG_ASSERT |
|
#define | _KERNEL |
|
|
void | xdrmbuf_create (XDR *xdrs, struct mbuf *mbuf, enum xdr_op op) |
|
XDR Implementation Using mbuf Buffers
xdr_mbuf is derived from xdr_mem.