Home
last modified time | relevance | path

Searched refs:cb_verf (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/lib/libc/rpc/
Drpc_callmsg.c81 if (cmsg->rm_call.cb_verf.oa_length > MAX_AUTH_BYTES) { in __weak_alias()
87 + RNDUP(cmsg->rm_call.cb_verf.oa_length)); in __weak_alias()
108 oa = &cmsg->rm_call.cb_verf; in __weak_alias()
162 oa = &cmsg->rm_call.cb_verf; in __weak_alias()
210 return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf))); in __weak_alias()
Dclnt_bcast.c407 msg.rm_call.cb_verf = sys_auth->ah_verf; in rpc_broadcast_exp()
Dsvc.c687 msg.rm_call.cb_verf.oa_base = &(cred_area[MAX_AUTH_BYTES]); in svc_getreq_common()
/netbsd/src/include/rpc/
Drpc_msg.h143 struct opaque_auth cb_verf; /* protocol specific - provided by client */ member
/netbsd/src/usr.sbin/ypbind/
Dypbind.c1367 msg.rm_call.cb_verf = rpcua->ah_verf; in nag_servers()
1460 msg.rm_call.cb_verf = rpcua->ah_verf; in ping()