Home
last modified time | relevance | path

Searched refs:cb_prog (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/rpc/
H A Drpc_callmsg.c78 IXDR_PUT_INT32(buf, cmsg->rm_call.cb_prog); in xdr_callmsg()
112 cmsg->rm_call.cb_prog = IXDR_GET_UINT32(buf); in xdr_callmsg()
189 xdr_uint32_t(xdrs, &(cmsg->rm_call.cb_prog)) && in xdr_callmsg()
H A Dreplay.c183 && rce->rce_msg.rm_call.cb_prog == msg->rm_call.cb_prog in replay_find()
H A Drpc_msg.h137 rpcprog_t cb_prog; member
H A Drpc_prot.c235 xdr_uint32_t(xdrs, &(cmsg->rm_call.cb_prog)) ) in xdr_callhdr()
H A Dclnt_bck.c153 call_msg.rm_call.cb_prog = (uint32_t)prog; in clnt_bck_create()
H A Dclnt_nl.c217 .cb_prog = (uint32_t)program, in client_nl_create()
H A Dclnt_dg.c248 call_msg.rm_call.cb_prog = program; in clnt_dg_create()
H A Dclnt_vc.c232 call_msg.rm_call.cb_prog = (uint32_t)prog; in clnt_vc_create()
H A Dsvc.c970 r->rq_prog = msg.rm_call.cb_prog; in svc_getreq()
/freebsd/lib/libc/rpc/
H A Drpc_callmsg.c82 IXDR_PUT_INT32(buf, cmsg->rm_call.cb_prog); in xdr_callmsg()
116 cmsg->rm_call.cb_prog = IXDR_GET_U_INT32(buf); in xdr_callmsg()
193 xdr_rpcprog(xdrs, &(cmsg->rm_call.cb_prog)) && in xdr_callmsg()
H A Dsvc_dg.c675 ent->cache_prog == msg->rm_call.cb_prog && in cache_get()
685 su->su_xid, msg->rm_call.cb_prog, in cache_get()
703 uc->uc_prog = msg->rm_call.cb_prog; in cache_get()
H A Dclnt_bcast.c377 msg.rm_call.cb_prog = RPCBPROG; in rpc_broadcast_exp()
404 msg.rm_call.cb_prog = PMAPPROG; in rpc_broadcast_exp()
H A Dclnt_raw.c114 call_msg.rm_call.cb_prog = (u_int32_t)prog; in clnt_raw_create()
H A Drpc_prot.c216 xdr_rpcprog(xdrs, &(cmsg->rm_call.cb_prog)) ) in xdr_callhdr()
H A Dsvc.c640 r.rq_prog = msg.rm_call.cb_prog; in svc_getreq_common()
H A Dclnt_dg.c257 call_msg.rm_call.cb_prog = program; in clnt_dg_create()
H A Dclnt_vc.c270 call_msg.rm_call.cb_prog = (u_int32_t)prog; in clnt_vc_create()
/freebsd/usr.bin/genl/
H A Dparser_rpc.c89 msg.rm_call.cb_prog = 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/contrib/tcpdump/
H A Drpc_msg.h106 nd_uint32_t cb_prog; member
H A Dprint-sunrpc.c209 x = GET_BE_U_4(rp->rm_call.cb_prog); in sunrpc_print()
/freebsd/include/rpc/
H A Drpc_msg.h137 rpcprog_t cb_prog; member
/freebsd/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c766 IXDR_PUT_LONG(buf, msg->rm_call.cb_prog); in svc_rpc_gss_validate()
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c791 call_msg.rm_call.cb_prog = a.rmt_prog; in rpcbproc_callit_com()
/freebsd/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c1114 IXDR_PUT_LONG(buf, msg->rm_call.cb_prog); in svc_rpc_gss_validate()