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

/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.c681 channel_request_start(int id, char *service, int wantconfirm) argument
689 debug2("channel %d: request %s confirm %d", id, service, wantconfirm);
693 packet_put_char(wantconfirm);

Completed in 130 milliseconds