Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dchannels.h154 int restore_flags[3];/* flags to restore */ member
H A Dchannels.c443 c->restore_flags[0] = val; in channel_register_fds()
449 c->restore_flags[1] = val; in channel_register_fds()
455 c->restore_flags[2] = val; in channel_register_fds()
544 (void)fcntl(*fdp, F_SETFL, c->restore_flags[0]); in channel_close_fd()
547 (void)fcntl(*fdp, F_SETFL, c->restore_flags[1]); in channel_close_fd()
550 (void)fcntl(*fdp, F_SETFL, c->restore_flags[2]); in channel_close_fd()