HomeSort by: relevance | last modified time | path
    Searched refs:ar_verf (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/rpc/
clnt_raw.c 205 msg.acpted_rply.ar_verf = _null_auth;
229 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
239 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
242 if (msg.acpted_rply.ar_verf.oa_base != NULL) {
244 (void)xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf));
svc.c 451 rply.acpted_rply.ar_verf = xprt->xp_verf;
470 rply.acpted_rply.ar_verf = xprt->xp_verf;
487 rply.acpted_rply.ar_verf = xprt->xp_verf;
504 rply.acpted_rply.ar_verf = xprt->xp_verf;
595 rply.acpted_rply.ar_verf = xprt->xp_verf;
612 rply.acpted_rply.ar_verf = xprt->xp_verf;
clnt_dg.c 397 reply_msg.acpted_rply.ar_verf = _null_auth;
475 &reply_msg.acpted_rply.ar_verf)) {
479 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
482 &(reply_msg.acpted_rply.ar_verf));
clnt_vc.c 425 reply_msg.acpted_rply.ar_verf = _null_auth;
449 &reply_msg.acpted_rply.ar_verf)) {
457 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
460 &(reply_msg.acpted_rply.ar_verf));
rpc_prot.c 123 if (! xdr_opaque_auth(xdrs, &(ar->ar_verf)))
clnt_bcast.c 582 msg.acpted_rply.ar_verf = _null_auth;
592 msg.acpted_rply.ar_verf = _null_auth;
  /src/include/rpc/
rpc_msg.h 88 struct opaque_auth ar_verf; member in struct:accepted_reply
  /src/usr.sbin/ypbind/
ypbind.c 1234 msg.acpted_rply.ar_verf = _null_auth;
1292 msg.acpted_rply.ar_verf = _null_auth;
  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 1297 reply_msg.acpted_rply.ar_verf = _null_auth;

Completed in 34 milliseconds