#include <wintirpc.h>
#include <sys/types.h>
#include <rpc/des_crypt.h>
#include <rpc/des.h>
#include <string.h>
#include <rpcsvc/crypt.h>
#include <netconfig.h>
Go to the source code of this file.
◆ _des_crypt_call()
Definition at line 46 of file crypt_client.c.
50{
55 void *localhandle;
57
63 break;
64 }
66
68 }
73 }
75
82
87 }
88
90
95 }
96
99
101}
int strcmp(const char *String1, const char *String2)
#define clnt_freeres(rh, xres, resp)
CLIENT * clnt_tp_create(const char *hostname, const rpcprog_t prog, const rpcvers_t vers, const struct netconfig *nconf)
#define DESERR_NOHWDEVICE
int endnetconfig(void *handlep)
struct netconfig * getnetconfig(void *handlep)
GLenum GLuint GLenum GLsizei const GLchar * buf
struct desargs::@206 desbuf
struct desresp::@207 desbuf
bool_t(* xdrproc_t)(XDR *,...)
Referenced by common_crypt().