Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/rpc/
H A Drpc_callmsg.c98 IXDR_PUT_INT32(buf, cmsg->rm_call.cb_prog); in __weak_alias()
132 cmsg->rm_call.cb_prog = IXDR_GET_U_INT32(buf); in __weak_alias()
206 xdr_u_int32_t(xdrs, &(cmsg->rm_call.cb_prog)) && in __weak_alias()
H A Dsvc_dg.c595 ent->cache_prog == msg->rm_call.cb_prog && in cache_get()
605 su->su_xid, msg->rm_call.cb_prog, in cache_get()
623 uc->uc_prog = msg->rm_call.cb_prog; in cache_get()
H A Dclnt_bcast.c395 msg.rm_call.cb_prog = RPCBPROG; in rpc_broadcast_exp()
422 msg.rm_call.cb_prog = PMAPPROG; in rpc_broadcast_exp()
H A Dclnt_raw.c131 call_msg.rm_call.cb_prog = (u_int32_t)prog; in clnt_raw_create()
H A Drpc_prot.c217 xdr_u_int32_t(xdrs, &(cmsg->rm_call.cb_prog)) ) in xdr_callhdr()
H A Dsvc.c705 r.rq_prog = msg.rm_call.cb_prog; in svc_getreq_common()
H A Dclnt_dg.c261 call_msg.rm_call.cb_prog = program; in clnt_dg_create()
H A Dclnt_vc.c297 call_msg.rm_call.cb_prog = (u_int32_t)prog; in clnt_vc_create()
/netbsd-src/external/bsd/tcpdump/dist/
H A Drpc_msg.h106 nd_uint32_t cb_prog; member
/netbsd-src/include/rpc/
H A Drpc_msg.h139 rpcprog_t cb_prog; member
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dmisc_rpc.c71 mp->rm_call.cb_prog = prog; in rpc_msg_init()
/netbsd-src/usr.sbin/ypbind/
H A Dypbind.c1363 msg.rm_call.cb_prog = PMAPPROG; in nag_servers()
1456 msg.rm_call.cb_prog = YPPROG; in ping()
/netbsd-src/usr.sbin/rpcbind/
H A Drpcb_svc_com.c805 call_msg.rm_call.cb_prog = a.rmt_prog; in rpcbproc_callit_com()