Searched refs:client_doit (Results 1 – 7 of 7) sorted by relevance
| /freebsd-head/crypto/heimdal/appl/test/ |
| HD | test_locl.h | 87 int client_doit (const char *hostname, int port, const char *service,
|
| HD | tcp_client.c | 131 return client_doit (argv[argc], port, service, proto); in main()
|
| HD | nt_gss_client.c | 166 return client_doit (argv[argc], port, service, proto); in main()
|
| HD | common.c | 139 client_doit (const char *hostname, int port, const char *service, in client_doit() function
|
| HD | uu_client.c | 192 return client_doit (argv[argc], port, service, proto); in main()
|
| HD | gssapi_client.c | 272 return client_doit (argv[argc], port, service, proto); in main()
|
| /freebsd-head/crypto/heimdal/ |
| HD | 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
|