Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/
Dclnt_raw.c45 #define MCALL_MSG_SIZE 24 macro
57 char msg[MCALL_MSG_SIZE];
109 xdrmem_create (xdrs, clp->mashl_callmsg.msg, MCALL_MSG_SIZE, XDR_ENCODE); in clntraw_create()
Dclnt_tcp.c61 #define MCALL_MSG_SIZE 24 macro
71 char ct_mcall[MCALL_MSG_SIZE]; /* marshalled callmsg */
190 xdrmem_create (&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE, XDR_ENCODE); in clnttcp_create()
Dclnt_unix.c62 #define MCALL_MSG_SIZE 24 macro
72 char ct_mcall[MCALL_MSG_SIZE]; /* marshalled callmsg */
175 xdrmem_create (&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE, XDR_ENCODE); in clntunix_create()