Searched refs:ah_refresh (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/include/rpc/
H A Dauth.h191 int (*ah_refresh) (struct __auth *, void *); member in struct:__auth::auth_ops
223 ((*((auth)->ah_ops->ah_refresh))(auth, msg))
225 ((*((auth)->ah_ops->ah_refresh))(auth, msg))
/freebsd-11-stable/sys/rpc/
H A Dauth.h193 int (*ah_refresh) (struct __auth *, void *); member in struct:__auth::auth_ops
219 ((*((auth)->ah_ops->ah_refresh))(auth, msg))
H A Dauth_none.c75 .ah_refresh = authnone_refresh,
H A Dauth_unix.c81 .ah_refresh = authunix_refresh,
/freebsd-11-stable/lib/libc/rpc/
H A Dauth_none.c170 ops.ah_refresh = authnone_refresh;
H A Dauth_unix.c365 ops.ah_refresh = authunix_refresh;
H A Dauth_des.c492 ops.ah_refresh = authdes_refresh;

Completed in 55 milliseconds