Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/pptp/
H A Dpptp_ctrl.c404 _this->send_ready = 1; in pptp_ctrl_io_event()
465 if (_this->send_ready == 0) in pptp_ctrl_set_io_event()
507 _this->send_ready = 0; /* clear 'send ready' */ in pptp_ctrl_output()
527 if (_this->send_ready == 0) { in pptp_ctrl_output_flush()
550 _this->send_ready = 0; in pptp_ctrl_output_flush()
H A Dpptp.h281 int send_ready; /* ready to send */ member