Home
last modified time | relevance | path

Searched refs:muxclient (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dclientloop.h80 int muxclient(const char *);
H A Dssh.c1675 if ((sock = muxclient(options.control_path)) >= 0) { in main()
1914 (void)muxclient(options.control_path); in control_persist_detach()
H A Dmux.c2264 muxclient(const char *path) in muxclient() function