|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wintirpc.h>#include <rpc/rpc.h>#include <rpc/types.h>#include <rpc/xdr.h>#include <rpc/rpcb_prot.h>
Go to the source code of this file.
Functions | |
| bool_t | xdr_rpcb (XDR *xdrs, RPCB *objp) |
| bool_t | xdr_rpcblist_ptr (XDR *xdrs, rpcblist_ptr *rp) |
| bool_t | xdr_rpcblist (XDR *xdrs, RPCBLIST **rp) |
| bool_t | xdr_rpcb_entry (XDR *xdrs, rpcb_entry *objp) |
| bool_t | xdr_rpcb_entry_list_ptr (XDR *xdrs, rpcb_entry_list_ptr *rp) |
| bool_t | xdr_rpcb_rmtcallargs (XDR *xdrs, struct rpcb_rmtcallargs *p) |
| bool_t | xdr_rpcb_rmtcallres (XDR *xdrs, struct rpcb_rmtcallres *p) |
| bool_t | xdr_netbuf (XDR *xdrs, struct netbuf *objp) |
Definition at line 344 of file rpcb_prot.c.
Referenced by rpcb_taddr2uaddr(), and rpcb_uaddr2taddr().
Definition at line 50 of file rpcb_prot.c.
Referenced by __rpcb_findaddr_timed(), rpcb_set(), rpcb_unset(), and xdr_rpcblist_ptr().
| bool_t xdr_rpcb_entry | ( | XDR * | xdrs, |
| rpcb_entry * | objp | ||
| ) |
Definition at line 174 of file rpcb_prot.c.
| bool_t xdr_rpcb_entry_list_ptr | ( | XDR * | xdrs, |
| rpcb_entry_list_ptr * | rp | ||
| ) |
Definition at line 215 of file rpcb_prot.c.
| bool_t xdr_rpcb_rmtcallargs | ( | XDR * | xdrs, |
| struct rpcb_rmtcallargs * | p | ||
| ) |
Definition at line 270 of file rpcb_prot.c.
Referenced by rpc_broadcast_exp().
| bool_t xdr_rpcb_rmtcallres | ( | XDR * | xdrs, |
| struct rpcb_rmtcallres * | p | ||
| ) |
Definition at line 322 of file rpcb_prot.c.
Referenced by rpc_broadcast_exp().
Definition at line 162 of file rpcb_prot.c.
| bool_t xdr_rpcblist_ptr | ( | XDR * | xdrs, |
| rpcblist_ptr * | rp | ||
| ) |
Definition at line 108 of file rpcb_prot.c.
Referenced by rpcb_getmaps(), and xdr_rpcblist().