Searched defs:ah_ops (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dauth.h98 } *ah_ops; member in struct:__anon2765
112 ((*((auth)->ah_ops->ah_nextverf))(auth))
114 ((*((auth)->ah_ops->ah_nextverf))(auth))
117 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
119 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
122 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
124 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
127 ((*((auth)->ah_ops->ah_refresh))(auth))
129 ((*((auth)->ah_ops->ah_refresh))(auth))
132 ((*((auth)->ah_ops
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h226 } *ah_ops; member in struct:__auth
240 ((*((auth)->ah_ops->ah_nextverf))(auth))
242 ((*((auth)->ah_ops->ah_nextverf))(auth))
247 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs, cred))
249 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs, cred))
252 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
254 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
259 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
261 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
265 ((*((auth)->ah_ops
[all...]

Completed in 59 milliseconds