Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/rpc/
Dauth.h121 #define AUTH_MARSHALL(auth, xdrs) \ macro
/glibc-2.36/sunrpc/
Dclnt_raw.c155 (!AUTH_MARSHALL (h->cl_auth, xdrs)) || in libc_hidden_nolink_sunrpc()
Dclnt_tcp.c255 (!AUTH_MARSHALL (h->cl_auth, xdrs)) || in libc_hidden_def()
Dclnt_unix.c234 (!AUTH_MARSHALL (h->cl_auth, xdrs)) || in libc_hidden_nolink_sunrpc()
Dclnt_udp.c339 (!AUTH_MARSHALL (cl->cl_auth, xdrs)) || in clntudp_call()