Home
last modified time | relevance | path

Searched refs:x_id (Results 1 – 4 of 4) sorted by relevance

/sunrpc/
A Dsvc_tcp.c127 u_long x_id; member
401 cd->x_id = msg->rm_xid; in svctcp_recv()
432 msg->rm_xid = cd->x_id; in svctcp_reply()
A Dsvc_unix.c125 u_long x_id; member
503 cd->x_id = msg->rm_xid; in svcunix_recv()
540 msg->rm_xid = cd->x_id; in svcunix_reply()
A Dclnt_tcp.c235 u_long x_id; in libc_hidden_def() local
252 x_id = ntohl (--(*msg_x_id)); in libc_hidden_def()
294 if ((uint32_t) reply_msg.rm_xid == (uint32_t) x_id) in libc_hidden_def()
A Dclnt_unix.c214 u_long x_id; in libc_hidden_nolink_sunrpc() local
231 x_id = ntohl (--(*msg_x_id)); in libc_hidden_nolink_sunrpc()
271 if (reply_msg.rm_xid == x_id) in libc_hidden_nolink_sunrpc()

Completed in 10 milliseconds