Searched refs:ct_mcall (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dclnt_tcp.c124 char ct_mcall[MCALL_MSG_SIZE]; /* marshalled callmsg */ member in struct:ct_data
241 xdrmem_create(&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE, XDR_ENCODE);
307 uint32_t *msg_x_id = (uint32_t *)(ct->ct_mcall); /* yuk */
310 u_long *msg_x_id = (u_long *)(ct->ct_mcall); /* yuk */
328 if ((! XDR_PUTBYTES(xdrs, ct->ct_mcall, ct->ct_mpos)) ||
333 if ((! XDR_PUTBYTES(xdrs, ct->ct_mcall, ct->ct_mpos)) ||

Completed in 73 milliseconds