Searched refs:cb_proc (Results 1 – 22 of 22) sorted by relevance
| /src/crypto/krb5/src/lib/rpc/ |
| H A D | rpc_callmsg.c | 79 IXDR_PUT_LONG(buf, cmsg->rm_call.cb_proc); in xdr_callmsg() 115 cmsg->rm_call.cb_proc = IXDR_GET_LONG(buf); in xdr_callmsg() 190 xdr_u_int32(xdrs, &(cmsg->rm_call.cb_proc)) && in xdr_callmsg()
|
| H A D | pmap_rmt.c | 308 msg.rm_call.cb_proc = PMAPPROC_CALLIT; in clnt_broadcast()
|
| H A D | svc.c | 481 r.rq_proc = msg.rm_call.cb_proc; in svc_do_xprt()
|
| H A D | svc_udp.c | 541 uc->uc_proc = msg->rm_call.cb_proc; in cache_get()
|
| H A D | svc_auth_gss.c | 325 IXDR_PUT_LONG(buf, msg->rm_call.cb_proc); in svcauth_gss_validate()
|
| /src/lib/libc/rpc/ |
| H A D | rpc_callmsg.c | 84 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 D | svc_dg.c | 673 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 D | clnt_bcast.c | 379 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 D | svc.c | 642 r.rq_proc = msg.rm_call.cb_proc; in svc_getreq_common()
|
| /src/sys/rpc/ |
| H A D | rpc_callmsg.c | 80 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 D | replay.c | 185 && rce->rce_msg.rm_call.cb_proc == msg->rm_call.cb_proc in replay_find()
|
| H A D | rpc_msg.h | 139 rpcproc_t cb_proc; member
|
| H A D | svc.c | 972 r->rq_proc = msg.rm_call.cb_proc; in svc_getreq()
|
| /src/usr.bin/genl/ |
| H A D | parser_rpc.c | 91 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()
|
| /src/contrib/tcpdump/ |
| H A D | print-sunrpc.c | 198 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 D | rpc_msg.h | 108 nd_uint32_t cb_proc; member
|
| H A D | print-nfs.c | 580 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()
|
| /src/crypto/krb5/src/include/gssrpc/ |
| H A D | rpc_msg.h | 142 rpcproc_t cb_proc; member
|
| /src/include/rpc/ |
| H A D | rpc_msg.h | 139 rpcproc_t cb_proc; member
|
| /src/crypto/krb5/src/kadmin/server/ |
| H A D | ovsec_kadmd.c | 263 proc = msg->rm_call.cb_proc; in log_badverf()
|
| /src/lib/librpcsec_gss/ |
| H A D | svc_rpcsec_gss.c | 768 IXDR_PUT_LONG(buf, msg->rm_call.cb_proc); in svc_rpc_gss_validate()
|
| /src/sys/rpc/rpcsec_gss/ |
| H A D | svc_rpcsec_gss.c | 1180 IXDR_PUT_LONG(buf, msg->rm_call.cb_proc); in svc_rpc_gss_validate()
|