Home
last modified time | relevance | path

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

/sunrpc/
A Dauth_unix.c78 struct audata { struct
85 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument
103 struct audata *au; in authunix_create()
109 au = (struct audata *) mem_alloc (sizeof (*au)); in authunix_create()
237 struct audata *au = AUTH_PRIVATE (auth); in authunix_marshal()
245 struct audata *au; in authunix_validate()
278 struct audata *au = AUTH_PRIVATE (auth); in authunix_refresh()
321 struct audata *au = AUTH_PRIVATE (auth); in authunix_destroy()
328 mem_free (auth->ah_private, sizeof (struct audata)); in authunix_destroy()
345 struct audata *au = AUTH_PRIVATE (auth); in marshal_new_auth()

Completed in 5 milliseconds