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

/freebsd-11-stable/include/rpc/
H A Dauth.h184 void (*ah_nextverf) (struct __auth *); member in struct:__auth::auth_ops
208 ((*((auth)->ah_ops->ah_nextverf))(auth))
210 ((*((auth)->ah_ops->ah_nextverf))(auth))
/freebsd-11-stable/lib/libc/rpc/
H A Dauth_none.c166 if (ops.ah_nextverf == NULL) {
167 ops.ah_nextverf = authnone_verf;
H A Dauth_unix.c361 if (ops.ah_nextverf == NULL) {
362 ops.ah_nextverf = authunix_nextverf;
H A Dauth_des.c488 if (ops.ah_nextverf == NULL) {
489 ops.ah_nextverf = authdes_nextverf;
/freebsd-11-stable/sys/rpc/
H A Dauth.h185 void (*ah_nextverf) (struct __auth *); member in struct:__auth::auth_ops
210 ((*((auth)->ah_ops->ah_nextverf))(auth))
H A Dauth_none.c72 .ah_nextverf = authnone_verf,
H A Dauth_unix.c78 .ah_nextverf = authunix_nextverf,

Completed in 71 milliseconds