Home
last modified time | relevance | path

Searched refs:ah_nextverf (Results 1 – 9 of 9) sorted by relevance

/freebsd/include/rpc/
H A Dauth.h181 void (*ah_nextverf) (struct __auth *); member
205 ((*((auth)->ah_ops->ah_nextverf))(auth))
207 ((*((auth)->ah_ops->ah_nextverf))(auth))
/freebsd/lib/libc/rpc/
H A Dauth_none.c161 if (ops.ah_nextverf == NULL) { in authnone_ops()
162 ops.ah_nextverf = authnone_verf; in authnone_ops()
H A Dauth_unix.c356 if (ops.ah_nextverf == NULL) { in authunix_ops()
357 ops.ah_nextverf = authunix_nextverf; in authunix_ops()
H A Dauth_des.c483 if (ops.ah_nextverf == NULL) { in authdes_ops()
484 ops.ah_nextverf = authdes_nextverf; in authdes_ops()
/freebsd/sys/rpc/
H A Dauth.h182 void (*ah_nextverf) (struct __auth *); member
207 ((*((auth)->ah_ops->ah_nextverf))(auth))
H A Dauth_none.c68 .ah_nextverf = authnone_verf,
H A Dauth_unix.c74 .ah_nextverf = authunix_nextverf,
/freebsd/sys/rpc/rpcsec_tls/
H A Dauth_tls.c72 .ah_nextverf = authtls_verf,
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c98 .ah_nextverf = rpc_gss_nextverf,