Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dchannels.c1118 channel_request_start(struct ssh *ssh, int id, char *service, int wantconfirm) in channel_request_start() argument
1130 debug2("channel %d: request %s confirm %d", id, service, wantconfirm); in channel_request_start()
1134 (r = sshpkt_put_u8(ssh, wantconfirm)) != 0) { in channel_request_start()