Home
last modified time | relevance | path

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

/dragonfly/include/rpc/
H A Dauth.h187 int (*ah_refresh) (struct __auth *, void *); member
219 ((*((auth)->ah_ops->ah_refresh))(auth, msg))
221 ((*((auth)->ah_ops->ah_refresh))(auth, msg))
/dragonfly/lib/libc/rpc/
H A Dauth_none.c164 ops.ah_refresh = authnone_refresh; in authnone_ops()
H A Dauth_unix.c353 ops.ah_refresh = authunix_refresh; in authunix_ops()
H A Dauth_des.c489 ops.ah_refresh = authdes_refresh; in authdes_ops()