RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Macros | Typedefs | Functions
xdr_mbuf.c File Reference

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>
Include dependency graph for xdr_mbuf.c:

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.