Home
last modified time | relevance | path

Searched refs:MCALL_MSG_SIZE (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/krb5/src/lib/rpc/
H A Dclnt_raw.c49 #define MCALL_MSG_SIZE 24 macro
60 char mashl_callmsg[MCALL_MSG_SIZE];
113 xdrmem_create(xdrs, clp->u.mashl_callmsg, MCALL_MSG_SIZE, XDR_ENCODE); in clntraw_create()
H A Dclnt_tcp.c67 #define MCALL_MSG_SIZE 24 macro
98 char ct_mcall[MCALL_MSG_SIZE]; /* marshalled callmsg */
215 xdrmem_create(&(ct->ct_xdrs), ct->ct_u.ct_mcall, MCALL_MSG_SIZE, in clnttcp_create()
/freebsd/sys/rpc/
H A Dkrpc.h38 #define MCALL_MSG_SIZE 24 macro
110 char ct_mcallc[MCALL_MSG_SIZE]; /* marshalled callmsg */
H A Dclnt_nl.c144 char nl_mcallc[MCALL_MSG_SIZE]; /* marshalled callmsg */
234 xdrmem_create(&xdrs, nl->nl_mcallc, MCALL_MSG_SIZE, XDR_ENCODE); in client_nl_create()
242 xdrmem_create(&xdrs, nl->nl_mcallc, MCALL_MSG_SIZE, XDR_ENCODE); in client_nl_create()
H A Dclnt_dg.c109 #define MCALL_MSG_SIZE 24 macro
143 char cu_mcallc[MCALL_MSG_SIZE]; /* marshalled callmsg */
251 xdrmem_create(&xdrs, cu->cu_mcallc, MCALL_MSG_SIZE, XDR_ENCODE); in clnt_dg_create()
H A Dclnt_bck.c160 xdrmem_create(&xdrs, ct->ct_mcallc, MCALL_MSG_SIZE, in clnt_bck_create()
H A Dclnt_vc.c239 xdrmem_create(&xdrs, ct->ct_mcallc, MCALL_MSG_SIZE, in clnt_vc_create()
/freebsd/lib/libc/rpc/
H A Dclnt_raw.c56 #define MCALL_MSG_SIZE 24 macro
67 char mashl_callmsg[MCALL_MSG_SIZE];
116 xdrmem_create(xdrs, clp->u.mashl_callmsg, MCALL_MSG_SIZE, XDR_ENCODE); in clnt_raw_create()
H A Dclnt_vc.c81 #define MCALL_MSG_SIZE 24 macro
110 char ct_mcallc[MCALL_MSG_SIZE]; /* marshalled callmsg */
276 xdrmem_create(&(ct->ct_xdrs), ct->ct_u.ct_mcallc, MCALL_MSG_SIZE, in clnt_vc_create()
286 assert(ct->ct_mpos + sizeof(uint32_t) <= MCALL_MSG_SIZE); in clnt_vc_create()
H A Dclnt_dg.c152 #define MCALL_MSG_SIZE 24 macro
168 char cu_outhdr[MCALL_MSG_SIZE];
259 xdrmem_create(&(cu->cu_outxdrs), cu->cu_outhdr, MCALL_MSG_SIZE, in clnt_dg_create()