Home
last modified time | relevance | path

Searched refs:fetch_socks5_init (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libfetch/
H A Dcommon.h110 int fetch_socks5_init(conn_t *conn, const char *host,
H A Dcommon.c403 fetch_socks5_init(conn_t *conn, const char *host, int port, int verbose) in fetch_socks5_init() function
679 if (!fetch_socks5_init(conn, host, port, verbose)) in fetch_connect()