#include <rpc/types.h>
#include <rpc/xdr.h>
#include <netinet/in.h>
#include <string.h>
Include dependency graph for xdr_mem.c:
Go to the source code of this file.
Functions | |
bool_t | xdrmem_getlong () |
bool_t | xdrmem_putlong () |
bool_t | xdrmem_getbytes () |
bool_t | xdrmem_putbytes () |
u_int | xdrmem_getpos () |
bool_t | xdrmem_setpos () |
long * | xdrmem_inline () |
void | xdrmem_destroy () |
void | xdrmem_create (xdrs, addr, size, op) register XDR *xdrs |
Variables | |
xdr_ops | xdrmem_ops |
caddr_t | addr |
u_int | size |
enum xdr_op | op |
long * | lp |
register u_int | len |
u_int | pos |
Definition in file xdr_mem.c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 149 of file xdr_stdio.c. |
|
Definition at line 179 of file xdr_stdio.c. |
|
|
|
|
|
|
|
|
|
Initial value: { xdrmem_getlong, xdrmem_putlong, xdrmem_getbytes, xdrmem_putbytes, xdrmem_getpos, xdrmem_setpos, xdrmem_inline, xdrmem_destroy } |