Home
last modified time | relevance | path

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

/netbsd-src/include/rpc/
H A Dauth.h112 } *ah_ops; member
126 ((*((auth)->ah_ops->ah_nextverf))(auth))
128 ((*((auth)->ah_ops->ah_nextverf))(auth))
131 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
133 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
136 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
138 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
141 ((*((auth)->ah_ops->ah_refresh))(auth))
143 ((*((auth)->ah_ops->ah_refresh))(auth))
146 ((*((auth)->ah_ops->ah_destroy))(auth))
[all …]
/netbsd-src/lib/libc/rpc/
H A Dauth_none.c106 ap->no_client.ah_ops = &ops; in authnone_create()
H A Dauth_unix.c134 auth->ah_ops = authunix_ops(); in authunix_create()