Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/rpc/
H A Dauth_unix.c64 static bool_t authunix_refresh(AUTH *, struct rpc_msg *);
72 authunix_refresh,
245 authunix_refresh(AUTH *auth, struct rpc_msg *msg) in authunix_refresh() function
/freebsd/lib/libc/rpc/
H A Dauth_unix.c67 static bool_t authunix_refresh (AUTH *, void *);
261 authunix_refresh(AUTH *auth, void *dummy) in authunix_refresh() function
360 ops.ah_refresh = authunix_refresh; in authunix_ops()
/freebsd/sys/rpc/
H A Dauth_unix.c69 static bool_t authunix_refresh (AUTH *, void *);
77 .ah_refresh = authunix_refresh,
292 authunix_refresh(AUTH *auth, void *dummy) in authunix_refresh() function