Searched refs:ct_mpos (Results 1 – 5 of 5) sorted by relevance
| /freebsd/lib/libc/rpc/ |
| H A D | clnt_vc.c | 113 u_int ct_mpos; /* pos after marshal */ member 284 ct->ct_mpos = XDR_GETPOS(&(ct->ct_xdrs)); in clnt_vc_create() 286 assert(ct->ct_mpos + sizeof(uint32_t) <= 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() 364 ct->ct_mpos + sizeof(uint32_t), in clnt_vc_call()
|
| /freebsd/sys/rpc/ |
| H A D | clnt_bck.c | 164 ct->ct_mpos = XDR_GETPOS(&xdrs); in clnt_bck_create() 249 KASSERT(ct->ct_mpos + sizeof(uint32_t) <= MHLEN, in clnt_bck_call() 251 bcopy(ct->ct_mcallc, mreq->m_data, ct->ct_mpos); in clnt_bck_call() 252 mreq->m_len = ct->ct_mpos; in clnt_bck_call()
|
| H A D | krpc.h | 111 size_t ct_mpos; /* pos after marshal */ member
|
| H A D | clnt_vc.c | 243 ct->ct_mpos = XDR_GETPOS(&xdrs); in clnt_vc_create() 360 KASSERT(ct->ct_mpos + sizeof(uint32_t) <= MHLEN, in clnt_vc_call() 362 bcopy(ct->ct_mcallc, mreq->m_data, ct->ct_mpos); in clnt_vc_call() 363 mreq->m_len = ct->ct_mpos; in clnt_vc_call()
|
| /freebsd/crypto/krb5/src/lib/rpc/ |
| H A D | clnt_tcp.c | 101 u_int ct_mpos; /* pos after marshal */ member 222 ct->ct_mpos = XDR_GETPOS(&(ct->ct_xdrs)); in clnttcp_create() 276 if ((! XDR_PUTBYTES(xdrs, ct->ct_u.ct_mcall, ct->ct_mpos)) || in clnttcp_call()
|