Searched refs:xdr_pmap (Results 1 – 7 of 7) sorted by relevance
/sunrpc/ |
A D | pmap_prot.c | 42 xdr_pmap (XDR *xdrs, struct pmap *regs) in xdr_pmap() function 51 libc_hidden_nolink_sunrpc (xdr_pmap, GLIBC_2_0)
|
A D | tst-svc_register.c | 45 compat_symbol_reference (libc, xdr_pmap, xdr_pmap, GLIBC_2_0); 114 (svc_getargs (transport, (xdrproc_t) xdr_pmap, (void *) &query)); in rpcbind_dispatch()
|
A D | pmap_prot2.c | 107 (xdrproc_t) xdr_pmap)) in xdr_pmaplist()
|
A D | pmap_clnt.c | 124 if (CLNT_CALL (client, PMAPPROC_SET, (xdrproc_t)xdr_pmap, in pmap_set() 159 CLNT_CALL (client, PMAPPROC_UNSET, (xdrproc_t)xdr_pmap, in libc_hidden_nolink_sunrpc()
|
A D | pm_getport.c | 117 if (CLNT_CALL (client, PMAPPROC_GETPORT, (xdrproc_t)xdr_pmap, in __libc_rpc_getport()
|
A D | Versions | 52 xdr_pmap; xdr_pmaplist; xdr_pointer; xdr_reference; xdr_rejected_reply;
|
/sunrpc/rpc/ |
A D | pmap_prot.h | 94 extern bool_t xdr_pmap (XDR *__xdrs, struct pmap *__regs) __THROW;
|
Completed in 12 milliseconds