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

  /src/include/rpc/
auth.h 104 int (*ah_marshal)(struct __rpc_auth *, XDR *); member in struct:__rpc_auth::auth_ops
131 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
133 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
  /src/lib/libc/rpc/
auth_unix.c 382 ops.ah_marshal = authunix_marshal;

Completed in 13 milliseconds