Home
last modified time | relevance | path

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

/original-bsd/lib/librpc/rpc/
H A Dauth.h102 } *ah_ops; member
116 ((*((auth)->ah_ops->ah_nextverf))(auth))
118 ((*((auth)->ah_ops->ah_nextverf))(auth))
121 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
123 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
126 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
128 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
131 ((*((auth)->ah_ops->ah_refresh))(auth))
133 ((*((auth)->ah_ops->ah_refresh))(auth))
136 ((*((auth)->ah_ops->ah_destroy))(auth))
[all …]
H A Dauth_none.c85 ap->no_client.ah_ops = &ops; in authnone_create()
H A Dauth_unix.c121 auth->ah_ops = &auth_unix_ops;