ReactOS 0.4.16-dev-340-g0540c21
|
Go to the source code of this file.
Functions | |
__BEGIN_DECLS bool_t | rpcb_set (const rpcprog_t, const rpcvers_t, const struct netconfig *, const struct netbuf *) |
bool_t | rpcb_unset (const rpcprog_t, const rpcvers_t, const struct netconfig *) |
rpcblist * | rpcb_getmaps (const struct netconfig *, const char *) |
enum clnt_stat | rpcb_rmtcall (const struct netconfig *, const char *, const rpcprog_t, const rpcvers_t, const rpcproc_t, const xdrproc_t, const caddr_t, const xdrproc_t, const caddr_t, const struct timeval, const struct netbuf *) |
bool_t | rpcb_getaddr (const rpcprog_t, const rpcvers_t, const struct netconfig *, struct netbuf *, const char *) |
bool_t | rpcb_gettime (const char *, time_t *) |
char * | rpcb_taddr2uaddr (struct netconfig *, struct netbuf *) |
struct netbuf * | rpcb_uaddr2taddr (struct netconfig *, char *) |
bool_t rpcb_getaddr | ( | const | rpcprog_t, |
const | rpcvers_t, | ||
const struct netconfig * | nconf, | ||
struct netbuf * | address, | ||
const char * | host | ||
) |
Definition at line 939 of file rpcb_clnt.c.
enum clnt_stat rpcb_rmtcall | ( | const struct netconfig * | , |
const char * | , | ||
const | rpcprog_t, | ||
const | rpcvers_t, | ||
const | rpcproc_t, | ||
const | xdrproc_t, | ||
const | caddr_t, | ||
const | xdrproc_t, | ||
const | caddr_t, | ||
const struct timeval | , | ||
const struct netbuf * | |||
) |
__BEGIN_DECLS bool_t rpcb_set | ( | const | rpcprog_t, |
const | rpcvers_t, | ||
const struct netconfig * | nconf, | ||
const struct netbuf * | address | ||
) |
Definition at line 520 of file rpcb_clnt.c.
Referenced by pmap_set(), and svc_reg().
Definition at line 1170 of file rpcb_clnt.c.
Definition at line 1204 of file rpcb_clnt.c.
Definition at line 581 of file rpcb_clnt.c.
Referenced by pmap_unset(), rpc_reg(), svc_create(), svc_tp_create(), and svc_unreg().