#include <stdio.h>#include <rpc/types.h>#include <rpc/xdr.h>#include <netinet/in.h>#include <string.h>Include dependency graph for xdr_rec.c:
Go to the source code of this file.
Compounds | |
| struct | rec_strm |
Defines | |
| #define | LAST_FRAG ((u_long)(1 << 31)) |
Typedefs | |
| typedef rec_strm | RECSTREAM |
Functions | |
| long | lseek () |
| u_int | fix_buf_size () |
| bool_t | xdrrec_getlong () |
| bool_t | xdrrec_putlong () |
| bool_t | xdrrec_getbytes () |
| bool_t | xdrrec_putbytes () |
| u_int | xdrrec_getpos () |
| bool_t | xdrrec_setpos () |
| long * | xdrrec_inline () |
| void | xdrrec_destroy () |
| void | xdrrec_create (xdrs, sendsize, recvsize, tcp_handle, readit, writeit) register XDR *xdrs |
Variables | |
| xdr_ops | xdrrec_ops |
| register u_int | sendsize |
| register u_int | recvsize |
| caddr_t | tcp_handle |
| int(* | readit )() |
| int(* | writeit )() |
| long * | lp |
| register caddr_t | addr |
| register u_int | len |
| u_int | pos |
| bool_t | sendnow |
| bool_t | eor |
| long | cnt |
Definition in file xdr_rec.c.
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
{
xdrrec_getlong,
xdrrec_putlong,
xdrrec_getbytes,
xdrrec_putbytes,
xdrrec_getpos,
xdrrec_setpos,
xdrrec_inline,
xdrrec_destroy
} |
1.2.14 written by Dimitri van Heesch,
© 1997-2002