OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cb_rpcvers
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libc/rpc/
rpc_callmsg.c
94
IXDR_PUT_INT32(buf, cmsg->rm_call.
cb_rpcvers
);
95
if (cmsg->rm_call.
cb_rpcvers
!= RPC_MSG_VERSION) {
128
cmsg->rm_call.
cb_rpcvers
= IXDR_GET_U_INT32(buf);
129
if (cmsg->rm_call.
cb_rpcvers
!= RPC_MSG_VERSION) {
204
xdr_u_int32_t(xdrs, &(cmsg->rm_call.
cb_rpcvers
)) &&
205
(cmsg->rm_call.
cb_rpcvers
== RPC_MSG_VERSION) &&
rpc_prot.c
211
cmsg->rm_call.
cb_rpcvers
= RPC_MSG_VERSION;
216
xdr_u_int32_t(xdrs, &(cmsg->rm_call.
cb_rpcvers
)) &&
clnt_raw.c
129
call_msg.rm_call.
cb_rpcvers
= RPC_MSG_VERSION;
clnt_bcast.c
394
msg.rm_call.
cb_rpcvers
= RPC_MSG_VERSION;
clnt_vc.c
296
call_msg.rm_call.
cb_rpcvers
= RPC_MSG_VERSION;
/src/include/rpc/
rpc_msg.h
138
rpcvers_t
cb_rpcvers
; /* must be equal to two */
member in struct:call_body
/src/usr.sbin/ypbind/
ypbind.c
1362
msg.rm_call.
cb_rpcvers
= RPC_MSG_VERSION;
1455
msg.rm_call.
cb_rpcvers
= RPC_MSG_VERSION;
/src/usr.sbin/rpcbind/
rpcb_svc_com.c
804
call_msg.rm_call.
cb_rpcvers
= RPC_MSG_VERSION;
Completed in 20 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025