Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/rpc/
HDauth.h181 typedef struct __auth { struct
186 void (*ah_nextverf) (struct __auth *); argument
188 int (*ah_marshal) (struct __auth *, uint32_t, XDR *,
191 int (*ah_validate) (struct __auth *, uint32_t,
194 int (*ah_refresh) (struct __auth *, void *);
196 void (*ah_destroy) (struct __auth *);
/freebsd-14-stable/include/rpc/
HDauth.h180 typedef struct __auth { struct
185 void (*ah_nextverf) (struct __auth *); argument
187 int (*ah_marshal) (struct __auth *, XDR *);
189 int (*ah_validate) (struct __auth *,
192 int (*ah_refresh) (struct __auth *, void *);
194 void (*ah_destroy) (struct __auth *);