Searched refs:ah_nextverf (Results 1 – 9 of 9) sorted by relevance
181 void (*ah_nextverf) (struct __auth *); member205 ((*((auth)->ah_ops->ah_nextverf))(auth))207 ((*((auth)->ah_ops->ah_nextverf))(auth))
161 if (ops.ah_nextverf == NULL) { in authnone_ops()162 ops.ah_nextverf = authnone_verf; in authnone_ops()
356 if (ops.ah_nextverf == NULL) { in authunix_ops()357 ops.ah_nextverf = authunix_nextverf; in authunix_ops()
483 if (ops.ah_nextverf == NULL) { in authdes_ops()484 ops.ah_nextverf = authdes_nextverf; in authdes_ops()
182 void (*ah_nextverf) (struct __auth *); member207 ((*((auth)->ah_ops->ah_nextverf))(auth))
68 .ah_nextverf = authnone_verf,
74 .ah_nextverf = authunix_nextverf,
72 .ah_nextverf = authtls_verf,
98 .ah_nextverf = rpc_gss_nextverf,