Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/npppd/npppd/
Dnpppd_ctl.c46 struct stopped_ppp { struct
48 TAILQ_ENTRY(stopped_ppp) entry; argument
55 TAILQ_HEAD(, stopped_ppp) stopped_ppps;
146 struct stopped_ppp *stopped; in npppd_ctl_add_stopped_ppp()
150 if ((stopped = malloc(sizeof(struct stopped_ppp))) == NULL) { in npppd_ctl_add_stopped_ppp()
201 struct stopped_ppp *e, *t; in npppd_ctl_imsg_compose()