Searched refs:client_doit (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/heimdal/appl/test/ |
| H A D | test_locl.h | 87 int client_doit (const char *hostname, int port, const char *service,
|
| H A D | tcp_client.c | 131 return client_doit (argv[argc], port, service, proto); in main()
|
| H A D | nt_gss_client.c | 166 return client_doit (argv[argc], port, service, proto); in main()
|
| H A D | common.c | 139 client_doit (const char *hostname, int port, const char *service, in client_doit() function
|
| H A D | uu_client.c | 192 return client_doit (argv[argc], port, service, proto); in main()
|
| H A D | gssapi_client.c | 272 return client_doit (argv[argc], port, service, proto); in main()
|
| /src/crypto/heimdal/ |
| H A D | ChangeLog.1999 | 62 * appl/test/common.c (client_doit): add forgotten ntohs 108 * appl/test/uu_client.c: use client_doit 109 * appl/test/test_locl.h (client_doit): add prototype 110 * appl/test/tcp_client.c: use client_doit 111 * appl/test/nt_gss_client.c: use client_doit 112 * appl/test/gssapi_client.c: use client_doit 113 * appl/test/common.c (client_doit): move identical code here and
|