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

  /src/include/rpc/
auth_unix.h 61 struct authunix_parms { struct
71 extern bool_t xdr_authunix_parms(XDR *, struct authunix_parms *);
  /src/lib/libc/rpc/
authunix_prot.c 68 xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p)
svc_auth_unix.c 71 struct authunix_parms *aup;
74 struct authunix_parms area_aup;
auth_unix.c 109 struct authunix_parms aup;
288 struct authunix_parms aup;
301 /* first deserialize the creds back into a struct authunix_parms */
321 /* free the struct authunix_parms created by deserializing */
  /src/usr.sbin/ypbind/
ypbind.c 906 struct authunix_parms *creds;
927 creds = (struct authunix_parms *)rqstp->rq_clntcred;
  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 841 struct authunix_parms *au;
843 au = (struct authunix_parms *)rqstp->rq_clntcred;

Completed in 18 milliseconds