Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dauth.h119 #define AUTH_NEXTVERF(auth) \ argument
120 ((*((auth)->ah_ops->ah_nextverf))(auth))
121 #define auth_nextverf(auth) \ argument
122 ((*((auth)->ah_ops->ah_nextverf))(auth))
124 #define AUTH_MARSHALL(auth, xdrs) \ argument
125 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
126 #define auth_marshall(auth, xdrs) \ argument
127 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
129 #define AUTH_VALIDATE(auth, verfp) \ argument
130 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
[all …]