Searched refs:MCALL_MSG_SIZE (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/krb5/src/lib/rpc/ |
| H A D | clnt_raw.c | 49 #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 D | clnt_tcp.c | 67 #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 D | krpc.h | 38 #define MCALL_MSG_SIZE 24 macro 110 char ct_mcallc[MCALL_MSG_SIZE]; /* marshalled callmsg */
|
| H A D | clnt_nl.c | 144 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 D | clnt_dg.c | 109 #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 D | clnt_bck.c | 160 xdrmem_create(&xdrs, ct->ct_mcallc, MCALL_MSG_SIZE, in clnt_bck_create()
|
| H A D | clnt_vc.c | 239 xdrmem_create(&xdrs, ct->ct_mcallc, MCALL_MSG_SIZE, in clnt_vc_create()
|
| /freebsd/lib/libc/rpc/ |
| H A D | clnt_raw.c | 56 #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 D | clnt_vc.c | 81 #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 D | clnt_dg.c | 152 #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()
|