Searched refs:do_connect (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/games/hunt/hunt/
H A Dclient.h45 void do_connect(char *, u_int8_t, u_int32_t);
H A Dconnect.c41 do_connect(char *name, u_int8_t team, u_int32_t enter_status) function
H A Dhunt.c237 do_connect(name, team, enter_status);
/openbsd-current/regress/lib/libssl/api/
H A Dapitest.c172 do_connect(SSL *ssl, const char *name, int *done) function
266 if (!do_client_server_loop(client, do_connect, server, do_accept)) {
/openbsd-current/regress/lib/libssl/tls/
H A Dtlstest.c124 do_connect(SSL *ssl, const char *name, int *done) function
346 if (!do_client_server_loop(client, do_connect, server, do_accept)) {
/openbsd-current/regress/lib/libssl/shutdown/
H A Dshutdowntest.c123 do_connect(SSL *ssl, const char *name, int *done) function
399 if (!do_client_server_loop(client, do_connect, server, do_accept)) {
517 if (!do_client_server_loop(client, do_connect, server, do_accept)) {
/openbsd-current/regress/lib/libssl/dtls/
H A Ddtlstest.c525 do_connect(SSL *ssl, const char *name, int *done, short *events) function
998 connect_func = do_connect;
/openbsd-current/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/
H A DPing.pm927 my $do_connect = sub {
1027 if ( &{ $do_connect }() ) {
1057 &{ $do_connect }();

Completed in 230 milliseconds