Searched refs:cb_rpcvers (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Drpc_msg.h106 u_int32_t cb_rpcvers; /* must be equal to two */ member in struct:sunrpc_call_body
H A Dprint-sunrpc.c130 x = EXTRACT_32BITS(&rp->rm_call.cb_rpcvers);
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Drpc_msg.h175 unsigned int cb_rpcvers; /* must be equal to two */ member in struct:call_body
180 unsigned long cb_rpcvers; /* must be equal to two */
H A Drpc_callmsg.c113 IXDR_PUT_LONG(buf, cmsg->rm_call.cb_rpcvers);
114 if (cmsg->rm_call.cb_rpcvers != RPC_MSG_VERSION) {
156 cmsg->rm_call.cb_rpcvers = IXDR_GET_LONG(buf);
157 if (cmsg->rm_call.cb_rpcvers != RPC_MSG_VERSION) {
242 xdr_u_long(xdrs, &(cmsg->rm_call.cb_rpcvers)) &&
243 (cmsg->rm_call.cb_rpcvers == RPC_MSG_VERSION) &&
H A Drpc_prot.c199 cmsg->rm_call.cb_rpcvers = RPC_MSG_VERSION;
204 xdr_u_long(xdrs, &(cmsg->rm_call.cb_rpcvers)) &&
H A Dclnt_raw.c135 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION;
H A Dclnt_tcp.c234 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION;
H A Dclnt_udp.c203 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION;
H A Dpmap_rmt.c347 msg.rm_call.cb_rpcvers = RPC_MSG_VERSION;
/macosx-10.9.5/remote_cmds-41.90.1/ypbind.tproj/
H A Dypbind.c743 msg.rm_call.cb_rpcvers = RPC_MSG_VERSION;
811 msg.rm_call.cb_rpcvers = RPC_MSG_VERSION;
/macosx-10.9.5/autofs-234/automountd/
H A Dnfs_cast.c288 msg.rm_call.cb_rpcvers = RPC_MSG_VERSION;

Completed in 176 milliseconds