Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd_ctl.c53 int started_ppp_pos; member
127 if (_this->started_ppp_pos + 1 >= _this->started_ppp_siz) { in npppd_ctl_add_started_ppp_id()
136 _this->started_ppp[_this->started_ppp_pos++] = ppp_id; in npppd_ctl_add_started_ppp_id()
229 if (_this->responding || _this->started_ppp_pos > 0) { in npppd_ctl_imsg_compose()
232 for (cnt = 0, i = 0; i < _this->started_ppp_pos; i++) { in npppd_ctl_imsg_compose()
250 if (_this->started_ppp_pos > i) in npppd_ctl_imsg_compose()
254 (_this->started_ppp_pos - i)); in npppd_ctl_imsg_compose()
255 _this->started_ppp_pos -= i; in npppd_ctl_imsg_compose()