Home
last modified time | relevance | path

Searched refs:rm_xid (Results 1 – 20 of 20) sorted by relevance

/netbsd/lib/libc/rpc/
H A Drpc_callmsg.c89 IXDR_PUT_INT32(buf, cmsg->rm_xid); in __weak_alias()
123 cmsg->rm_xid = IXDR_GET_U_INT32(buf); in __weak_alias()
201 xdr_u_int32_t(xdrs, &(cmsg->rm_xid)) && in __weak_alias()
H A Drpc_prot.c188 xdr_u_int32_t(xdrs, &(rmsg->rm_xid)) && in xdr_replymsg()
214 xdr_u_int32_t(xdrs, &(cmsg->rm_xid)) && in xdr_callhdr()
H A Dclnt_bcast.c391 msg.rm_xid = __RPC_GETXID(); in rpc_broadcast_exp()
420 msg.rm_xid++; /* One way to distinguish */ in rpc_broadcast_exp()
H A Dsvc_dg.c226 su->su_xid = msg->rm_xid; in svc_dg_recv()
253 msg->rm_xid = su->su_xid; in svc_dg_reply()
H A Dclnt_raw.c187 clp->u.mashl_rpcmsg.rm_xid ++ ; in clnt_raw_call()
H A Dclnt_vc.c295 call_msg.rm_xid = __RPC_GETXID(); in clnt_vc_create()
440 if (reply_msg.rm_xid == x_id) in clnt_vc_call()
H A Dsvc_vc.c649 cd->x_id = msg->rm_xid; in svc_vc_recv()
695 msg->rm_xid = cd->x_id; in svc_vc_reply()
H A Dclnt_dg.c261 call_msg.rm_xid = __RPC_GETXID(); in clnt_dg_create()
/netbsd/external/bsd/tcpdump/dist/
H A Dprint-sunrpc.c186 EXTRACT_32BITS(&rp->rm_xid)); in sunrpcrequest_print()
190 EXTRACT_32BITS(&rp->rm_xid)); in sunrpcrequest_print()
H A Drpc_msg.h117 uint32_t rm_xid; member
H A Dprint-nfs.c337 ND_TCHECK(rp->rm_xid); in nfsreply_print()
341 EXTRACT_32BITS(&rp->rm_xid)); in nfsreply_print()
345 EXTRACT_32BITS(&rp->rm_xid)); in nfsreply_print()
900 UNALIGNED_MEMCPY(&xmep->xid, &rp->rm_xid, sizeof(xmep->xid)); in xid_map_enter()
932 UNALIGNED_MEMCPY(&xid, &rp->rm_xid, sizeof(xmep->xid)); in xid_map_find()
H A Dprint-udp.c519 ND_PRINT((ndo, "NFS request xid %u ", EXTRACT_32BITS(&rp->rm_xid))); in udp_print()
525 ND_PRINT((ndo, "NFS reply xid %u ", EXTRACT_32BITS(&rp->rm_xid))); in udp_print()
H A Dprint-tcp.c756 … ND_PRINT((ndo, ": NFS request xid %u ", EXTRACT_32BITS(&rp->rm_xid))); in tcp_print()
761 ND_PRINT((ndo, ": NFS reply xid %u ", EXTRACT_32BITS(&rp->rm_xid))); in tcp_print()
/netbsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c667 call_msg.rm_xid = 0; /* For error checking purposes */ in rpcbproc_callit_com()
777 versnum, &call_msg.rm_xid)) { in rpcbproc_callit_com()
801 *xidp, call_msg.rm_xid); in rpcbproc_callit_com()
910 if (call_msg.rm_xid != 0) in rpcbproc_callit_com()
911 (void) free_slot_by_xid(call_msg.rm_xid); in rpcbproc_callit_com()
1279 reply_msg.rm_xid = 0; in handle_reply()
1307 fi = forward_find(reply_msg.rm_xid); in handle_reply()
1311 __func__, reply_msg.rm_xid, fi); in handle_reply()
1348 if (reply_msg.rm_xid == 0) { in handle_reply()
1355 (void) free_slot_by_xid(reply_msg.rm_xid); in handle_reply()
/netbsd/include/rpc/
H A Drpc_msg.h150 uint32_t rm_xid; member
/netbsd/external/bsd/am-utils/dist/libamu/
H A Dmisc_rpc.c68 mp->rm_xid = 0; in rpc_msg_init()
/netbsd/usr.sbin/ypbind/
H A Dypbind.c1261 dom = domain_find(msg.rm_xid); in handle_replies()
1318 dom = domain_find(msg.rm_xid); in handle_ping()
1369 msg.rm_xid = dom->dom_xid; in nag_servers()
1462 msg.rm_xid = dom->dom_xid; in ping()
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_proxy.h408 u_32_t *rm_xid; member
H A Dip_rpcb_pxy.c422 rm->rm_xid = p; in ipf_p_rpcb_decodereq()
841 rm->rm_xid = p; in ipf_p_rpcb_decoderep()
/netbsd/external/bsd/ipf/dist/
H A Dip_rpcb_pxy.c434 rm->rm_xid = p;
878 rm->rm_xid = p;