HomeSort by relevance Sort by last modified time
    Searched full:rpc_auth (Results 1 - 17 of 17) sorted by null

  /external/kernel-headers/original/linux/sunrpc/
auth.h 66 struct rpc_auth { struct
99 struct rpc_auth * (*create)(struct rpc_clnt *, rpc_authflavor_t);
100 void (*destroy)(struct rpc_auth *);
102 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
103 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int);
108 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
129 struct rpc_auth * rpcauth_create(rpc_authflavor_t, struct rpc_clnt *);
130 void rpcauth_destroy(struct rpc_auth *);
131 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int);
132 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int)
    [all...]
clnt.h 47 struct rpc_auth * cl_auth; /* authenticator */
  /bionic/libc/kernel/common/linux/sunrpc/
clnt.h 44 struct rpc_auth * cl_auth;
  /development/ndk/platforms/android-3/include/linux/sunrpc/
clnt.h 44 struct rpc_auth * cl_auth;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
clnt.h 44 struct rpc_auth * cl_auth;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
clnt.h 44 struct rpc_auth * cl_auth;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
clnt.h 44 struct rpc_auth * cl_auth;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
clnt.h 44 struct rpc_auth * cl_auth;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
clnt.h 44 struct rpc_auth * cl_auth;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
clnt.h 44 struct rpc_auth * cl_auth;
  /external/tcpdump/
rpc_auth.h 1 /* @(#) $Header: /tcpdump/master/tcpdump/rpc_auth.h,v 1.1.2.1 2005/04/27 21:44:07 guy Exp $ (LBL) */
print-sunrpc.c 52 #include "rpc_auth.h"
FILES 214 rpc_auth.h
INSTALL 227 rpc_auth.h - definitions for ONC RPC authentication
print-tcp.c 50 #include "rpc_auth.h"
print-udp.c 54 #include "rpc_auth.h"
print-nfs.c 48 #include "rpc_auth.h"
    [all...]

Completed in 2625 milliseconds