Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dclientloop.h80 int muxclient(const char *);
H A Dssh.c1616 if ((sock = muxclient(options.control_path)) >= 0) { in main()
1855 (void)muxclient(options.control_path); in control_persist_detach()
H A Dmux.c2265 muxclient(const char *path) in muxclient() function
H A DChangeLog5792 upstream: Ignore return value from muxclient(). It normally loops