HomeSort by: relevance | last modified time | path
    Searched refs:ah_private (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
auth_unix.c 91 * This struct is pointed to by the ah_private field of an auth_handle.
100 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
135 auth->ah_private = au;
341 mem_free(auth->ah_private, sizeof(struct audata));
  /src/include/rpc/
auth.h 113 void *ah_private; member in struct:__rpc_auth

Completed in 129 milliseconds