Searched refs:MCALL_MSG_SIZE (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | clnt_raw.c | 53 #define MCALL_MSG_SIZE 24 macro 65 char mashl_callmsg[MCALL_MSG_SIZE]; 119 xdrmem_create(xdrs, clp->mashl_callmsg, MCALL_MSG_SIZE, XDR_ENCODE); in clnt_raw_create()
|
H A D | clnt_dg.c | 94 #define MCALL_MSG_SIZE 24 macro 109 char cu_outbuf[MCALL_MSG_SIZE];
|
H A D | clnt_vc.c | 71 #define MCALL_MSG_SIZE 24 macro 124 char ct_mcall[MCALL_MSG_SIZE]; /* marshalled callmsg */ 328 xdrmem_create(&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE, XDR_ENCODE); in _clnt_vc_create_timed()
|
/titanic_41/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss_utils.c | 48 #define MCALL_MSG_SIZE 24 macro 62 char cu_outbuf[MCALL_MSG_SIZE];
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | clnt_btcp.c | 62 #define MCALL_MSG_SIZE 24 macro 92 char ct_mcall[MCALL_MSG_SIZE]; 248 xdrmem_create(&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE, in clntbtcp_create()
|
/titanic_41/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 71 #define MCALL_MSG_SIZE 24 macro 90 char ct_mcall[MCALL_MSG_SIZE]; /* marshalled callmsg */ 193 xdrmem_create(&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE,
|