Home
last modified time | relevance | path

Searched refs:ct_mcallc (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dclnt_vc.c110 char ct_mcallc[MCALL_MSG_SIZE]; /* marshalled callmsg */ member
276 xdrmem_create(&(ct->ct_xdrs), ct->ct_u.ct_mcallc, MCALL_MSG_SIZE, in clnt_vc_create()
351 if ((! XDR_PUTBYTES(xdrs, ct->ct_u.ct_mcallc, ct->ct_mpos)) || in clnt_vc_call()
362 *(uint32_t *) &ct->ct_u.ct_mcallc[ct->ct_mpos] = htonl(proc); in clnt_vc_call()
363 if (! __rpc_gss_wrap(cl->cl_auth, ct->ct_u.ct_mcallc, in clnt_vc_call()
594 ntohlp(info, ct->ct_u.ct_mcallc + 4 * BYTES_PER_XDR_UNIT); in clnt_vc_control()
598 htonlp(ct->ct_u.ct_mcallc + 4 * BYTES_PER_XDR_UNIT, info, 0); in clnt_vc_control()
608 ntohlp(info, ct->ct_u.ct_mcallc + 3 * BYTES_PER_XDR_UNIT); in clnt_vc_control()
612 htonlp(ct->ct_u.ct_mcallc + 3 * BYTES_PER_XDR_UNIT, info, 0); in clnt_vc_control()
/freebsd/sys/rpc/
H A Dclnt_vc.c235 xdrmem_create(&xdrs, ct->ct_mcallc, MCALL_MSG_SIZE, in clnt_vc_create()
366 bcopy(ct->ct_mcallc, mreq->m_data, ct->ct_mpos); in clnt_vc_call()
704 ntohl(*(uint32_t *)(void *)(ct->ct_mcallc + in clnt_vc_control()
709 *(uint32_t *)(void *)(ct->ct_mcallc + in clnt_vc_control()
722 ntohl(*(uint32_t *)(void *)(ct->ct_mcallc + in clnt_vc_control()
727 *(uint32_t *)(void *)(ct->ct_mcallc + in clnt_vc_control()
H A Dkrpc.h107 char ct_mcallc[MCALL_MSG_SIZE]; /* marshalled callmsg */ member
H A Dclnt_bck.c159 xdrmem_create(&xdrs, ct->ct_mcallc, MCALL_MSG_SIZE, in clnt_bck_create()
250 bcopy(ct->ct_mcallc, mreq->m_data, ct->ct_mpos); in clnt_bck_call()