Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dchannels.c981 channel_request_start(struct ssh *ssh, int id, char *service, int wantconfirm) in channel_request_start() argument
993 debug2("channel %d: request %s confirm %d", id, service, wantconfirm); in channel_request_start()
997 (r = sshpkt_put_u8(ssh, wantconfirm)) != 0) { in channel_request_start()