Searched refs:xdr_callhdr (Results 1 – 7 of 7) sorted by relevance
152 xdr_callhdr (XDR *xdrs, struct rpc_msg *cmsg) in libc_hidden_nolink_sunrpc()166 libc_hidden_nolink_sunrpc (xdr_callhdr, GLIBC_2_0) in libc_hidden_nolink_sunrpc() argument
48 xdr_callhdr; xdr_callmsg; xdr_char; xdr_cryptkeyarg; xdr_cryptkeyarg2;
110 if (!xdr_callhdr (xdrs, &call_msg)) in clntraw_create()
191 if (!xdr_callhdr (&(ct->ct_xdrs), &call_msg)) in clnttcp_create()
176 if (!xdr_callhdr (&(ct->ct_xdrs), &call_msg)) in clntunix_create()
172 if (!xdr_callhdr (&(cu->cu_outxdrs), &call_msg)) in __libc_clntudp_bufcreate()
177 extern bool_t xdr_callhdr (XDR *__xdrs, struct rpc_msg *__cmsg) __THROW;
Completed in 14 milliseconds