Home
last modified time | relevance | path

Searched refs:do_connect (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/appl/push/
H A DChangeLog58 * push.c (do_connect): remove bogus local block variable
62 * push.c (do_connect): use `getaddrinfo'
86 * push.c (do_connect): v6-ify
142 * push.c (do_connect): init `s'
H A Dpush.c95 do_connect (const char *hostname, int port, int nodelay) in do_connect() function
529 s = do_connect (host, port, 1); in do_v5()
/freebsd/crypto/heimdal/appl/test/
H A Dhttp_client.c48 do_connect (const char *hostname, const char *port) in do_connect() function
202 s = do_connect(host, port_str); in http_query()
/freebsd/usr.sbin/uhsoctl/
H A Duhsoctl.c1134 do_connect(struct ctx *ctx, const char *tty) in do_connect() function
1467 error = do_connect(&ctx, tty); in main()
1486 error = do_connect(&ctx, *p); in main()
1515 do_connect(&ctx, tty); in main()
/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c1327 goto do_connect; in rs_do_connect()
1340 do_connect: in rs_do_connect()
/freebsd/crypto/heimdal/
H A DChangeLog.2003384 * appl/test/http_client.c (do_connect): use ai_protocol 0