Searched refs:xdr_u_long (Results 1 – 9 of 9) sorted by relevance
| /sunrpc/ |
| A D | pmap_prot.c | 45 if (xdr_u_long (xdrs, ®s->pm_prog) && in xdr_pmap() 46 xdr_u_long (xdrs, ®s->pm_vers) && in xdr_pmap() 47 xdr_u_long (xdrs, ®s->pm_prot)) in xdr_pmap() 48 return xdr_u_long (xdrs, ®s->pm_port); in xdr_pmap()
|
| A D | rpc_prot.c | 90 if (!xdr_u_long (xdrs, &(ar->ar_vers.low))) in libc_hidden_nolink_sunrpc() 92 return (xdr_u_long (xdrs, &(ar->ar_vers.high))); in libc_hidden_nolink_sunrpc() 112 if (!xdr_u_long (xdrs, &(rr->rj_vers.low))) in libc_hidden_nolink_sunrpc() 114 return xdr_u_long (xdrs, &(rr->rj_vers.high)); in libc_hidden_nolink_sunrpc() 135 if (xdr_u_long (xdrs, &(rmsg->rm_xid)) && in xdr_replymsg() 159 xdr_u_long (xdrs, &(cmsg->rm_xid)) && in libc_hidden_nolink_sunrpc() 161 xdr_u_long (xdrs, &(cmsg->rm_call.cb_rpcvers)) && in libc_hidden_nolink_sunrpc() 162 xdr_u_long (xdrs, &(cmsg->rm_call.cb_prog))) in libc_hidden_nolink_sunrpc() 163 return xdr_u_long (xdrs, &(cmsg->rm_call.cb_vers)); in libc_hidden_nolink_sunrpc()
|
| A D | rpc_cmsg.c | 186 xdr_u_long (xdrs, &(cmsg->rm_xid)) && in xdr_callmsg() 189 xdr_u_long (xdrs, &(cmsg->rm_call.cb_rpcvers)) && in xdr_callmsg() 191 xdr_u_long (xdrs, &(cmsg->rm_call.cb_prog)) && in xdr_callmsg() 192 xdr_u_long (xdrs, &(cmsg->rm_call.cb_vers)) && in xdr_callmsg() 193 xdr_u_long (xdrs, &(cmsg->rm_call.cb_proc)) && in xdr_callmsg()
|
| A D | pmap_rmt.c | 116 if (xdr_u_long (xdrs, &(cap->prog)) && in libc_hidden_nolink_sunrpc() 117 xdr_u_long (xdrs, &(cap->vers)) && in libc_hidden_nolink_sunrpc() 118 xdr_u_long (xdrs, &(cap->proc))) in libc_hidden_nolink_sunrpc() 122 if (!xdr_u_long (xdrs, &dummy_arglen)) in libc_hidden_nolink_sunrpc() 130 if (!xdr_u_long (xdrs, &(cap->arglen))) in libc_hidden_nolink_sunrpc() 150 (xdrproc_t) xdr_u_long) in libc_hidden_nolink_sunrpc() 151 && xdr_u_long (xdrs, &crp->resultslen)) in libc_hidden_nolink_sunrpc()
|
| A D | authuxprot.c | 49 if (xdr_u_long (xdrs, &(p->aup_time)) in xdr_authunix_parms()
|
| A D | xdr.c | 162 return xdr_u_long (xdrs, (u_long *) up); in libc_hidden_def() 209 xdr_u_long (XDR *xdrs, u_long *ulp) in libc_hidden_def() 237 libc_hidden_def (xdr_u_long) in libc_hidden_def() argument 239 libc_hidden_nolink_sunrpc (xdr_u_long, GLIBC_2_0) in libc_hidden_def()
|
| A D | Versions | 54 xdr_u_char; xdr_u_int; xdr_u_long; xdr_u_short; xdr_union; xdr_vector;
|
| A D | key_call.c | 348 if (!xdr_u_long (&xdrargs, &proc) || !(*xdr_arg) (&xdrargs, arg)) in key_call_keyenvoy()
|
| /sunrpc/rpc/ |
| A D | xdr.h | 291 extern bool_t xdr_u_long (XDR *__xdrs, u_long *__ulp) __THROW;
|
Completed in 19 milliseconds