Home
last modified time | relevance | path

Searched refs:ar_verf (Results 1 – 8 of 8) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dclnt_raw.c174 msg.acpted_rply.ar_verf = _null_auth; in clntraw_call()
184 if (!AUTH_VALIDATE (h->cl_auth, &msg.acpted_rply.ar_verf)) in clntraw_call()
197 if (!AUTH_VALIDATE (h->cl_auth, &msg.acpted_rply.ar_verf)) in clntraw_call()
201 if (msg.acpted_rply.ar_verf.oa_base != NULL) in clntraw_call()
204 (void) xdr_opaque_auth (xdrs, &(msg.acpted_rply.ar_verf)); in clntraw_call()
A Dsvc.c232 rply.acpted_rply.ar_verf = xprt->xp_verf; in libc_hidden_def()
248 rply.acpted_rply.ar_verf = xprt->xp_verf; in libc_hidden_def()
261 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_decode()
275 rply.acpted_rply.ar_verf = xprt->xp_verf; in libc_hidden_def()
309 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noprog()
324 rply.acpted_rply.ar_verf = xprt->xp_verf; in libc_hidden_def()
A Dclnt_tcp.c280 reply_msg.acpted_rply.ar_verf = _null_auth; in libc_hidden_def()
302 if (!AUTH_VALIDATE (h->cl_auth, &reply_msg.acpted_rply.ar_verf)) in libc_hidden_def()
313 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_def()
316 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_def()
A Dclnt_unix.c256 reply_msg.acpted_rply.ar_verf = _null_auth; in libc_hidden_def()
278 if (!AUTH_VALIDATE (h->cl_auth, &reply_msg.acpted_rply.ar_verf)) in libc_hidden_def()
289 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_def()
292 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_def()
A Dclnt_udp.c321 reply_msg.acpted_rply.ar_verf = _null_auth; in clntudp_call()
444 &reply_msg.acpted_rply.ar_verf)) in clntudp_call()
449 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in clntudp_call()
453 &(reply_msg.acpted_rply.ar_verf)); in clntudp_call()
A Drpc_prot.c87 if (!xdr_opaque_auth (xdrs, &(ar->ar_verf))) in xdr_accepted_reply()
A Dpmap_rmt.c327 msg.acpted_rply.ar_verf = _null_auth; in clnt_broadcast()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Drpc_msg.h92 struct opaque_auth ar_verf; member

Completed in 10 milliseconds