Home
last modified time | relevance | path

Searched refs:cb_proc (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/rpc/
H A Drpc_callmsg.c80 IXDR_PUT_INT32(buf, cmsg->rm_call.cb_proc); in xdr_callmsg()
114 cmsg->rm_call.cb_proc = IXDR_GET_UINT32(buf); in xdr_callmsg()
191 xdr_uint32_t(xdrs, &(cmsg->rm_call.cb_proc)) && in xdr_callmsg()
H A Dreplay.c185 && rce->rce_msg.rm_call.cb_proc == msg->rm_call.cb_proc in replay_find()
H A Drpc_msg.h139 rpcproc_t cb_proc; member
H A Dsvc.c972 r->rq_proc = msg.rm_call.cb_proc; in svc_getreq()
/freebsd/lib/libc/rpc/
H A Drpc_callmsg.c84 IXDR_PUT_INT32(buf, cmsg->rm_call.cb_proc); in xdr_callmsg()
118 cmsg->rm_call.cb_proc = IXDR_GET_U_INT32(buf); in xdr_callmsg()
195 xdr_rpcproc(xdrs, &(cmsg->rm_call.cb_proc)) && in xdr_callmsg()
H A Dsvc_dg.c673 ent->cache_proc == msg->rm_call.cb_proc && in cache_get()
687 msg->rm_call.cb_proc, uaddr); in cache_get()
701 uc->uc_proc = msg->rm_call.cb_proc; in cache_get()
H A Dclnt_bcast.c379 msg.rm_call.cb_proc = RPCBPROC_CALLIT; in rpc_broadcast_exp()
406 msg.rm_call.cb_proc = PMAPPROC_CALLIT; in rpc_broadcast_exp()
H A Dsvc.c642 r.rq_proc = msg.rm_call.cb_proc; in svc_getreq_common()
/freebsd/contrib/tcpdump/
H A Dprint-sunrpc.c198 GET_BE_U_4(rp->rm_call.cb_proc))); in sunrpc_print()
203 switch (GET_BE_U_4(rp->rm_call.cb_proc)) { in sunrpc_print()
H A Drpc_msg.h108 nd_uint32_t cb_proc; member
H A Dprint-nfs.c580 proc = GET_BE_U_4(&rp->rm_call.cb_proc); in nfsreq_noaddr_print()
958 if (!ND_TTEST_4(rp->rm_call.cb_proc)) in xid_map_enter()
990 xmep->proc = GET_BE_U_4(&rp->rm_call.cb_proc); in xid_map_enter()
/freebsd/usr.bin/genl/
H A Dparser_rpc.c91 msg.rm_call.cb_proc = IXDR_GET_U_INT32(buf); in parser_rpc()
94 msg.rm_call.cb_prog, msg.rm_call.cb_vers, msg.rm_call.cb_proc); in parser_rpc()
/freebsd/include/rpc/
H A Drpc_msg.h139 rpcproc_t cb_proc; member
/freebsd/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c768 IXDR_PUT_LONG(buf, msg->rm_call.cb_proc); in svc_rpc_gss_validate()
/freebsd/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c1116 IXDR_PUT_LONG(buf, msg->rm_call.cb_proc); in svc_rpc_gss_validate()