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

/freebsd-10.0-release/crypto/openssh/
H A Dchannels.c689 channel_request_start(int id, char *service, int wantconfirm) argument
697 debug2("channel %d: request %s confirm %d", id, service, wantconfirm);
701 packet_put_char(wantconfirm);

Completed in 114 milliseconds