Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dclnt_raw.c130 client->cl_auth = authnone_create (); in clntraw_create()
156 (!AUTH_MARSHALL (h->cl_auth, xdrs)) || in clntraw_call()
184 if (!AUTH_VALIDATE (h->cl_auth, &msg.acpted_rply.ar_verf)) in clntraw_call()
191 if (AUTH_REFRESH (h->cl_auth)) in clntraw_call()
197 if (!AUTH_VALIDATE (h->cl_auth, &msg.acpted_rply.ar_verf)) in clntraw_call()
A Dclnt_tcp.c212 h->cl_auth = authnone_create (); in clnttcp_create()
253 (!AUTH_MARSHALL (h->cl_auth, xdrs)) || in libc_hidden_def()
302 if (!AUTH_VALIDATE (h->cl_auth, &reply_msg.acpted_rply.ar_verf)) in libc_hidden_def()
322 if (refreshes-- && AUTH_REFRESH (h->cl_auth)) in libc_hidden_def()
A Dclnt_unix.c190 h->cl_auth = authnone_create (); in clntunix_create()
231 (!AUTH_MARSHALL (h->cl_auth, xdrs)) || in libc_hidden_def()
278 if (!AUTH_VALIDATE (h->cl_auth, &reply_msg.acpted_rply.ar_verf)) in libc_hidden_def()
298 if (refreshes-- && AUTH_REFRESH (h->cl_auth)) in libc_hidden_def()
A Dclnt_udp.c198 cl->cl_auth = authnone_create (); in clntudp_bufcreate()
294 (!AUTH_MARSHALL (cl->cl_auth, xdrs)) || in clntudp_call()
443 if (!AUTH_VALIDATE (cl->cl_auth, in clntudp_call()
459 if (nrefreshes > 0 && AUTH_REFRESH (cl->cl_auth)) in clntudp_call()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dclnt.h134 AUTH *cl_auth; /* authenticator */ member

Completed in 8 milliseconds