Home
last modified time | relevance | path

Searched refs:client_doit (Results 1 – 7 of 7) sorted by relevance

/src/crypto/heimdal/appl/test/
H A Dtest_locl.h87 int client_doit (const char *hostname, int port, const char *service,
H A Dtcp_client.c131 return client_doit (argv[argc], port, service, proto); in main()
H A Dnt_gss_client.c166 return client_doit (argv[argc], port, service, proto); in main()
H A Dcommon.c139 client_doit (const char *hostname, int port, const char *service, in client_doit() function
H A Duu_client.c192 return client_doit (argv[argc], port, service, proto); in main()
H A Dgssapi_client.c272 return client_doit (argv[argc], port, service, proto); in main()
/src/crypto/heimdal/
H A DChangeLog.199962 * 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