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

/freebsd-12-stable/lib/libc/rpc/
H A Dclnt_vc.c117 } ct_u; member in struct:ct_data
281 xdrmem_create(&(ct->ct_xdrs), ct->ct_u.ct_mcallc, MCALL_MSG_SIZE,
325 u_int32_t *msg_x_id = &ct->ct_u.ct_mcalli; /* yuk */
361 if ((! XDR_PUTBYTES(xdrs, ct->ct_u.ct_mcallc, ct->ct_mpos)) ||
372 *(uint32_t *) &ct->ct_u.ct_mcallc[ct->ct_mpos] = htonl(proc);
373 if (! __rpc_gss_wrap(cl->cl_auth, ct->ct_u.ct_mcallc,
595 ntohlp(info, &ct->ct_u.ct_mcalli);
600 htonlp(&ct->ct_u.ct_mcalli, info, 1);
609 ntohlp(info, ct->ct_u.ct_mcallc + 4 * BYTES_PER_XDR_UNIT);
613 htonlp(ct->ct_u
[all...]

Completed in 98 milliseconds