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

/freebsd-11-stable/lib/libc/rpc/
H A Dauth_unix.c78 * This struct is pointed to by the ah_private field of an auth_handle.
87 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
122 auth->ah_private = (caddr_t)au;
322 mem_free(auth->ah_private, sizeof(struct audata));
H A Dauth_des.c65 #define AUTH_PRIVATE(auth) (struct ad_private *) auth->ah_private
89 * This struct is pointed to by the ah_private field of an "AUTH *"
225 auth->ah_private = (caddr_t)ad;
/freebsd-11-stable/sys/rpc/
H A Dauth_unix.c86 * This struct is pointed to by the ah_private field of an auth_handle.
101 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
187 auth->ah_private = (caddr_t)au;
351 mem_free(auth->ah_private, sizeof(struct audata));
H A Dauth.h197 void *ah_private; member in struct:__auth
/freebsd-11-stable/include/rpc/
H A Dauth.h195 void *ah_private; member in struct:__auth
/freebsd-11-stable/lib/librpcsec_gss/
H A Drpcsec_gss.c115 #define AUTH_PRIVATE(auth) ((struct rpc_gss_data *)auth->ah_private)
179 auth->ah_private = (caddr_t) gd;
/freebsd-11-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c147 #define AUTH_PRIVATE(auth) ((struct rpc_gss_data *)auth->ah_private)
398 auth->ah_private = (caddr_t) gd;

Completed in 85 milliseconds