#include <rpc/types.h>#include <rpc/xdr.h>#include <rpc/auth.h>#include <rpc/clnt.h>#include <rpc/pmap_clnt.h>#include <rpc/rpc_msg.h>#include <rpc/auth_unix.h>#include <rpc/svc.h>#include <rpc/svc_auth.h>Go to the source code of this file.
Functions | |
| __BEGIN_DECLS struct rpcent *getrpcbyname | __P ((char *)) |
| rpcent *getrpcbynumber | __P ((int)) |
| rpcent *getrpcent | __P ((void)) |
| int get_myaddress | __P ((struct sockaddr_in *)) |
| int registerrpc | __P ((int, int, int, char *(*) __P((char[UDPMSGSIZE])), xdrproc_t, xdrproc_t)) |
| int callrpc | __P ((char *, int, int, int, xdrproc_t, char *, xdrproc_t, char *)) |
| int getrpcport | __P ((char *, int, int, int)) |
| bool_t xdr_opaque_auth | __P ((XDR *, struct opaque_auth *)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2