RTEMS  5.1
Data Structures | Macros | Typedefs | Functions
xdr_mbuf.c File Reference

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)
 

Detailed Description

XDR Implementation Using mbuf Buffers.

xdr_mbuf is derived from xdr_mem