Home
last modified time | relevance | path

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

/openbsd/lib/libc/rpc/
H A Dsvc_tcp.c102 u_long x_id; member
413 cd->x_id = msg->rm_xid; in svctcp_recv()
446 msg->rm_xid = cd->x_id; in svctcp_reply()
H A Dclnt_tcp.c233 u_long x_id; in clnttcp_call() local
249 x_id = ntohl(--(*msg_x_id)); in clnttcp_call()
287 if (reply_msg.rm_xid == x_id) in clnttcp_call()