Searched refs:__auth (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/include/rpc/
H A Dauth.h179 typedef struct __auth { struct
184 void (*ah_nextverf) (struct __auth *);
186 int (*ah_marshal) (struct __auth *, XDR *);
188 int (*ah_validate) (struct __auth *,
191 int (*ah_refresh) (struct __auth *, void *);
193 void (*ah_destroy) (struct __auth *);
/freebsd-11-stable/sys/rpc/
H A Dauth.h180 typedef struct __auth { struct
185 void (*ah_nextverf) (struct __auth *);
187 int (*ah_marshal) (struct __auth *, uint32_t, XDR *,
190 int (*ah_validate) (struct __auth *, uint32_t,
193 int (*ah_refresh) (struct __auth *, void *);
195 void (*ah_destroy) (struct __auth *);

Completed in 47 milliseconds