/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpc_calmsg.c | 75 IXDR_PUT_INT32(buf, cmsg->rm_call.cb_rpcvers); in xdr_callmsg() 76 if (cmsg->rm_call.cb_rpcvers != RPC_MSG_VERSION) in xdr_callmsg() 103 cmsg->rm_call.cb_rpcvers = IXDR_GET_INT32(buf); in xdr_callmsg() 104 if (cmsg->rm_call.cb_rpcvers != RPC_MSG_VERSION) in xdr_callmsg() 159 xdr_rpcvers(xdrs, &(cmsg->rm_call.cb_rpcvers)) && in xdr_callmsg() 160 cmsg->rm_call.cb_rpcvers == RPC_MSG_VERSION && in xdr_callmsg()
|
H A D | rpc_msg.h | 142 rpcvers_t cb_rpcvers; /* must be equal to two */ member
|
H A D | rpc_prot.c | 328 cmsg->rm_call.cb_rpcvers = RPC_MSG_VERSION; in xdr_callhdr() 332 xdr_rpcvers(xdrs, &(cmsg->rm_call.cb_rpcvers)) && in xdr_callhdr()
|
H A D | svc.c | 2831 dst->rm_call.cb_rpcvers = src->rm_call.cb_rpcvers; in rpc_msg_dup()
|
H A D | clnt_rdma.c | 254 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnt_rdma_kcreate()
|
H A D | clnt_clts.c | 339 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnt_clts_kcreate()
|
H A D | clnt_cots.c | 604 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnt_cots_kcreate()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpc_callmsg.c | 70 IXDR_PUT_INT32(buf, cmsg->rm_call.cb_rpcvers); in xdr_callmsg() 71 if (cmsg->rm_call.cb_rpcvers != RPC_MSG_VERSION) in xdr_callmsg() 104 cmsg->rm_call.cb_rpcvers = IXDR_GET_INT32(buf); in xdr_callmsg() 105 if (cmsg->rm_call.cb_rpcvers != RPC_MSG_VERSION) in xdr_callmsg() 183 xdr_u_int(xdrs, (uint_t *)&(cmsg->rm_call.cb_rpcvers)) && in xdr_callmsg() 184 (cmsg->rm_call.cb_rpcvers == RPC_MSG_VERSION) && in xdr_callmsg()
|
H A D | rpc_prot.c | 261 cmsg->rm_call.cb_rpcvers = RPC_MSG_VERSION; in xdr_callhdr() 265 xdr_u_int(xdrs, (uint_t *)&(cmsg->rm_call.cb_rpcvers)) && in xdr_callhdr()
|
H A D | clnt_raw.c | 116 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnt_raw_create()
|
H A D | clnt_bcast.c | 265 msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in rpc_broadcast_exp()
|
/titanic_50/usr/src/lib/libbc/inc/include/rpc/ |
H A D | rpc_msg.h | 126 u_long cb_rpcvers; /* must be equal to two */ member
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rpc.c | 704 if (xdr_rpcvers(&xdrm, &msg.rm_call.cb_rpcvers) && in valid_rpc() 705 msg.rm_call.cb_rpcvers == 2) in valid_rpc()
|
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | rpc.c | 171 call_msg.rm_call.cb_rpcvers = (rpcvers_t)RPC_MSG_VERSION; in rpc_hdr()
|
H A D | clnt_btcp.c | 241 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clntbtcp_create()
|
H A D | clnt_budp.c | 161 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION;
|
/titanic_50/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 186 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION;
|
H A D | clnt_udp.c | 166 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION;
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 245 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in nd_send_data()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | nfs_cast.c | 293 msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in nfs_cast()
|
/titanic_50/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 994 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in rpcbproc_callit_com()
|
/titanic_50/usr/src/lib/rpcsec_gss/ |
H A D | svc_rpcsec_gss.c | 1113 IXDR_PUT_U_INT32(buf, msg->rm_call.cb_rpcvers);
|
/titanic_50/usr/src/uts/common/rpc/sec_gss/ |
H A D | svc_rpcsec_gss.c | 1432 IXDR_PUT_U_INT32(buf, msg->rm_call.cb_rpcvers); in check_verf()
|