Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/npppd/npppd/
Dnpppd_ctl.c52 u_int *started_ppp; member
85 free(_this->started_ppp); in npppd_ctl_destroy()
123 u_int *started_ppp; in npppd_ctl_add_started_ppp_id() local
129 started_ppp = reallocarray(_this->started_ppp, in npppd_ctl_add_started_ppp_id()
131 if (started_ppp == NULL) in npppd_ctl_add_started_ppp_id()
133 _this->started_ppp = started_ppp; in npppd_ctl_add_started_ppp_id()
136 _this->started_ppp[_this->started_ppp_pos++] = ppp_id; in npppd_ctl_add_started_ppp_id()
239 _this->started_ppp[i])) == NULL) in npppd_ctl_imsg_compose()
251 memmove(&_this->started_ppp[0], in npppd_ctl_imsg_compose()
252 &_this->started_ppp[i], in npppd_ctl_imsg_compose()