Home
last modified time | relevance | path

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

/freebsd-head/crypto/heimdal/appl/test/
HDtest_locl.h87 int client_doit (const char *hostname, int port, const char *service,
HDtcp_client.c131 return client_doit (argv[argc], port, service, proto); in main()
HDnt_gss_client.c166 return client_doit (argv[argc], port, service, proto); in main()
HDcommon.c139 client_doit (const char *hostname, int port, const char *service, in client_doit() function
HDuu_client.c192 return client_doit (argv[argc], port, service, proto); in main()
HDgssapi_client.c272 return client_doit (argv[argc], port, service, proto); in main()
/freebsd-head/crypto/heimdal/
HDChangeLog.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