Home
last modified time | relevance | path

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

/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dclnt_btcp.c292 uint32_t *msg_x_id; in clntbtcp_call() local
298 msg_x_id = (uint32_t *)ct->ct_mcall; in clntbtcp_call()
322 x_id = ntohl(++(*msg_x_id)); in clntbtcp_call()
/titanic_50/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c238 uint32_t *msg_x_id = (uint32_t *)(ct->ct_mcall); /* yuk */ local
253 x_id = ntohl(--(*msg_x_id));
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c652 uint32_t *msg_x_id = (uint32_t *)(ct->ct_mcall); /* yuk */ in clnt_vc_call() local
689 x_id = ntohl(*msg_x_id) - 1; in clnt_vc_call()
690 *msg_x_id = htonl(x_id); in clnt_vc_call()
817 uint32_t *msg_x_id = (uint32_t *)(ct->ct_mcall); /* yuk */ in clnt_vc_send() local
834 x_id = ntohl(*msg_x_id) - 1; in clnt_vc_send()
835 *msg_x_id = htonl(x_id); in clnt_vc_send()