Searched refs:msg_x_id (Results 1 – 3 of 3) sorted by relevance
292 uint32_t *msg_x_id; in clntbtcp_call() local298 msg_x_id = (uint32_t *)ct->ct_mcall; in clntbtcp_call()322 x_id = ntohl(++(*msg_x_id)); in clntbtcp_call()
238 uint32_t *msg_x_id = (uint32_t *)(ct->ct_mcall); /* yuk */ local253 x_id = ntohl(--(*msg_x_id));
652 uint32_t *msg_x_id = (uint32_t *)(ct->ct_mcall); /* yuk */ in clnt_vc_call() local689 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() local834 x_id = ntohl(*msg_x_id) - 1; in clnt_vc_send()835 *msg_x_id = htonl(x_id); in clnt_vc_send()