Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dclientloop.h81 int muxclient(const char *);
H A Dssh.c1534 if ((sock = muxclient(options.control_path)) >= 0) { in main()
1742 muxclient(options.control_path); in control_persist_detach()
H A Dmux.c2239 muxclient(const char *path) in muxclient() function