Searched refs:cancel_flag (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dmux.c1767 mux_client_forward(int fd, int cancel_flag, u_int ftype, struct Forward *fwd) argument
1777 cancel_flag ? "cancellation of" : "forwarding of", fwd_desc);
1780 type = cancel_flag ? MUX_C_CLOSE_FWD : MUX_C_OPEN_FWD;
1830 if (cancel_flag)
1864 mux_client_forwards(int fd, int cancel_flag) argument
1869 cancel_flag ? "cancel" : "request",
1874 if (mux_client_forward(fd, cancel_flag,
1881 if (mux_client_forward(fd, cancel_flag, MUX_FWD_REMOTE,

Completed in 157 milliseconds